/**********************************************************************


    LAYOUT


**********************************************************************/
#page {
    height: 100vh;
    min-height: 900px;
    margin: 0 auto;
    /*margin: 50px auto; BEZ PRIHLAS PANELU */
    color: #002652;
    position: relative;
    overflow: hidden;
}
#pigy-logo {
    position: absolute;
    top: 25px;
    left: 25px;
    margin: 0;
    width: 355px;
    height: 99px;
    background: url('../images/2018/map/logo_pigy.png') no-repeat;
    z-index: 999;
}


/**********************************************************************


    MAPA


**********************************************************************/
#map {
    background: url('../images/2018/backgrounds/desktop/map.jpg') no-repeat 50% 50%;
    height: 100%;
    width: 910px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

/* STATIC OBJECTS */
#map-sun {
    position: absolute;
    width: 398px;
    height: 398px;
    top: 285px;
    left: 250px;
    display: block;
    background: url('../images/2018/map/slunce_se_stinem.png') no-repeat;
    z-index: 1;
}
#map-rocket {
    position: absolute;
    width: 36px;
    height: 27px;
    top: 660px;
    left: 580px;
    display: block;
    background: url('../images/2018/map/vesmirna_lod.png') no-repeat;
    z-index: 1;
}
#map-pigy {
    position: absolute;
    width: 177px;
    height: 190px;
    top: 410px;
    left: 710px;
    display: block;
    background: url('../images/2018/map/letici_pigy.png') no-repeat;
    z-index: 1;
}
#map-pigy-bubble {
    position: absolute;
    width: 129px;
    height: 131px;
    top: 210px;
    left: 730px;
    display: block;
    background: url('../images/2018/map/bublina.png') no-repeat;
    z-index: 1;
    color: #fff;
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 125%;
    padding: 15px 25px 65px 25px;
    white-space: nowrap;
}
#map-sound-text {
    color: red;
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 100%;
    z-index: 999;
    position: absolute;
    top: 150px;
    left: 760px;
    width: 184px;
    text-shadow: 2px 2px 3px #000;
}

/* PLANETS ACTIVE */
.round {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    background: red;
    z-index: 5;
}
.round .planet-number {
    position: relative;
    width: 26px;
    height: 26px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
}
.round .planet-number.completed {
    border: 3px solid rgba(255,255,255,.2);
}
.round .planet-number:before {
    content: "";
    width: 55px;
    height: 55px;
    border: 2px solid rgba(255,255,255,.1);
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: -17px;
}
.round .planet-number:after {
    content: "";
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    position: absolute;
    top: -38px;
    left: -38px;
}
.round .planet-number span {
    position: relative;
    left: 2px;
}
.round a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.mission-check {
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 90%;
    color: #6FE950;
    position: absolute;
    width: 120px;
    display: flex;
    flex-flow: row;
    align-items: center;
    z-index: 10;
}
.mission-check .icon {
    background: url('../images/2018/map/check.png') no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 5px;
}
.mission-check .text {
    padding-top: 4px;
}

/* PLANET 1 */
#planet-1 {
    top: 408px;
    left: 552px;
    width: 54px;
    height: 54px;
    background: url('../images/2018/map/merkur.png') no-repeat;
}
#planet-1 .planet-number {
    top: 25px;
    right: -38px;
}
#planet-1 .mission-check {
    top: 15px;
    left: 53px;
}

/* PLANET 2 */
#planet-2 {
    width: 102px;
    height: 95px;
    top: 533px;
    left: 260px;
    background: url('../images/2018/map/zeme.png') no-repeat;
}
#planet-2 .planet-number {
    top: 75px;
    right: 0px;
}
#planet-2 .mission-check {
    top: 92px;
    left: -98px;
}
#planet-2 .mission-check .icon {
    order: 2;
}
#planet-2 .mission-check .text {
    order: 1;
}

/* PLANET 3 */
#planet-3 {
    width: 58px;
    height: 58px;
    top: 631px;
    left: 360px;
    background: url('../images/2018/map/mars.png') no-repeat;
}
#planet-3 .planet-number {
    top: 40px;
    right: -30px;
}
#planet-3 .mission-check {
    top: 30px;
    left: 48px;
}

/* PLANET 4 */
#planet-4 {
    width: 111px;
    height: 111px;
    top: 530px;
    left: 60px;
    background: url('../images/2018/map/neptun.png') no-repeat;
}
#planet-4 .planet-number {
    top: -10px;
    right: -15px;
}
#planet-4 .mission-check {
    top: -20px;
    left: 32px;
}

/* PLANET 5 */
#planet-5 {
    width: 157px;
    height: 109px;
    top: 310px;
    left: 150px;
    background: url('../images/2018/map/saturn.png') no-repeat;
}
#planet-5 .planet-number {
    top: -12px;
    left: 85px;
}
#planet-5 .mission-check {
    top: -20px;
    left: -18px;
}
#planet-5 .mission-check .icon {
    order: 2;
}
#planet-5 .mission-check .text {
    order: 1;
}

/* PLANET 6 */
#planet-6 {
    width: 63px;
    height: 63px;
    top: 300px;
    left: 400px;
    background: url('../images/2018/map/venuse.png') no-repeat;
}
#planet-6 .planet-number {
    top: 35px;
    right: -50px;
}
#planet-6 .mission-check {
    top: 30px;
    left: 68px;
}

/* PLANET 7 */
#planet-7 {
    width: 146px;
    height: 146px;
    top: 490px;
    left: 560px;
    background: url('../images/2018/map/jupiter.png') no-repeat;
}
#planet-7 .planet-number {
    top: 120px;
    right: -110px;
}
#planet-7 .mission-check {
    top: 143px;
    left: 15px;
}
#planet-7 .mission-check .icon {
    order: 2;
}
#planet-7 .mission-check .text {
    order: 1;
}

/* PLANET 8 */
#planet-8 {
    width: 71px;
    height: 72px;
    top: 230px;
    left: 510px;
    background: url('../images/2018/map/uran.png') no-repeat;
}
#planet-8 .planet-number {
    top: 40px;
    right: -55px;
}
#planet-8 .mission-check {
    top: 25px;
    left: 68px;
}


/**********************************************************************


    TESCO LINK


**********************************************************************/
#tescoLink {
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 60px;
    background-size: cover;
    z-index: 99;
    font: 0.4em;
}
#tescoLink .youradio{
    height: 78px;
    width: auto;
    display: inline-block;
    background-size: cover;
}
#tescoLink .bluestyle{
    height: 78px;
    width: auto;
    display: inline-block;
    background-size: cover;
    margin-left: -6px;
}
#tescoLink .tesco{
    height: 78px;
    width: 100px;
    display: inline-block;
    background-size: cover;  
    margin-left: -6px;
}
#tescoLink .youradio:hover, #tescoLink .bluestyle:hover, #tescoLink .tesco:hover{
    display: pointer;
}

/**********************************************************************


    BUTTONS


**********************************************************************/
#rulesLink {
    position: absolute;
    bottom: 70px;
    left: 25px;
    margin: 0;
}
#rulesLink a {
}

#loginPanel {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
    color: #ffffff;
    z-index: 999;
}
.back-to-map {
    position: absolute;
    right: 30px;
    top: 634px;
    z-index: 999;
}


/**********************************************************************


    DETAIL


**********************************************************************/
#detail {
    background: url('../images/2018/backgrounds/desktop/detail.jpg') no-repeat 50% 50%;
    height: 100%;
    max-width: 960px;
    margin: 35px auto 0;
    position: relative;
    top: 10px;
}
.js-clickable-object {
    cursor: pointer;
}
.js-clickable-object.clicked:before {
    content: '';
    background: url('../images/2018/map/check.png');
    width: 26px;
    height: 26px;
    z-index: 101;
    display: block;
    position: absolute;
    top: 0;
    left: 70%;
}
#mission-acomplished {
    background: url('../images/2018/questions/mise_splnena.png');
    position: absolute;
    width: 211px;
    height: 211px;
    border-radius: 50%;
    z-index: 999;
}
#detail-sound-text {
    color: red;
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 100%;
    z-index: 999;
    position: absolute;
    top: -40px;
    left: 0px;
    width: 250px;
    text-shadow: 2px 2px 3px #000;
}


/**********************************************************************


    AUDIO PLAYER


**********************************************************************/
#detail .player {
    position: absolute;
    left: 30px;
    top: 634px;
    z-index: 999;
}
#player-modal .player .button,
#detail .player .button {
    padding-left: 55px;
}
#player-modal .player .button:before,
#detail .player .button:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 37px;
    left: 15px;
    top: 4px;
}
#detail .player .button.icon-pause:before {
    background: url('../images/2018/questions/pauza.png') no-repeat;
    background-size: cover;
}
#player-modal .player .button.icon-play:before,
#detail .player .button.icon-play:before,
#detail .player .button.icon-replay:before {
    background: url('../images/2018/questions/repeat.png') no-repeat;
    background-size: cover;
    width: 25px;
    height: 28px;
    top: 8px;
}
#player-modal {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#player-modal .player {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
    z-index: 999;
}

/**********************************************************************


    POPUPS


**********************************************************************/
/*** REGISTRATION ***/
#registration .infoText {
    margin: -5px 0 5px 0;
    font-size: 88%;
}
#registration .agreement {
    margin: 0 0 10px 0;
    font-size: 75%;
}
#registration p.text {
    margin: 0;
}


/**********************************************************************


    QUESTIONS


**********************************************************************/
/*** PLANET 1 ***/
#detail.planet-1 #object-1 {
    position: absolute;
    width: 331px;
    height: 329px;
    top: 90px;
    left: 30px;
    background: url('../images/2018/questions/1/neptun.png');
}
#detail.planet-1 #object-1 a {
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 80px;
    left: 80px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-2 {
    position: absolute;
    width: 320px;
    height: 309px;
    top: 340px;
    left: 20px;
    background: url('../images/2018/questions/1/zeme.png');
}
#detail.planet-1 #object-2 a {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 80px;
    left: 80px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-3 {
    position: absolute;
    width: 259px;
    height: 259px;
    top: 380px;
    left: 220px;
    background: url('../images/2018/questions/1/mars.png');
}
#detail.planet-1 #object-3 a {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 80px;
    left: 80px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-4 {
    position: absolute;
    width: 258px;
    height: 258px;
    top: 90px;
    left: 290px;
    background: url('../images/2018/questions/1/venuse.png');
}
#detail.planet-1 #object-4 a {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 70px;
    left: 70px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-5 {
    position: absolute;
    width: 361px;
    height: 297px;
    top: 270px;
    left: 590px;
    background: url('../images/2018/questions/1/saturn.png');
}
#detail.planet-1 #object-5 a {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 78px;
    left: 108px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-6 {
    position: absolute;
    width: 398px;
    height: 398px;
    top: 400px;
    left: 370px;
    background: url('../images/2018/questions/1/jupiter.png');
}
#detail.planet-1 #object-6 a {
    display: block;
    position: absolute;
    width: 260px;
    height: 260px;
    top: 70px;
    left: 70px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-7 {
    position: absolute;
    width: 644px;
    height: 644px;
    top: 60px;
    left: 160px;
    background: url('../images/2018/questions/1/slunce.png');
}
#detail.planet-1 #object-7 a {
    display: block;
    position: absolute;
    width: 145px;
    height: 145px;
    top: 250px;
    left: 250px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-8 {
    position: absolute;
    width: 230px;
    height: 230px;
    top: 175px;
    left: 455px;
    background: url('../images/2018/questions/1/merkur.png');
}
#detail.planet-1 #object-8 a {
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 75px;
    left: 75px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-9 {
    position: absolute;
    width: 181px;
    height: 182px;
    top: 130px;
    left: 780px;
    background: url('../images/2018/questions/1/uran.png');
}
#detail.planet-1 #object-9 a {
    display: block;
    position: absolute;
    width: 85px;
    height: 85px;
    top: 48px;
    left: 48px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-1 #object-10 {
    position: absolute;
    width: 138px;
    height: 22px;
    top: 210px;
    left: 640px;
    background: url('../images/2018/questions/1/kometa_zluta.png');
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#detail.planet-1 #object-11 {
    display: none;
}
#detail.planet-1 #mission-acomplished {
    top: 410px;
    left: 740px;
}

/*** PLANET 2 ***/
#detail.planet-2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: url('../images/2018/backgrounds/desktop/detail.jpg')  no-repeat 50% 50%;
}
#detail.planet-2 #object-1 {
    position: absolute;
    width: 320px;
    height: 320px;
    top: 80px;
    left: 380px;
    background: url('../images/2018/questions/2/jupiter.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-1 a {
    display: block;
    position: absolute;
    width: 210px;
    height: 210px;
    top: 55px;
    left: 55px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-2 {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 260px;
    left: 220px;
    background: url('../images/2018/questions/2/saturn.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-2 a {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 54px;
    left: 54px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-3 {
    position: absolute;
    width: 181px;
    height: 182px;
    top: 125px;
    left: 245px;
    background: url('../images/2018/questions/2/uran.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-3 a {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-4 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 125px;
    left: 645px;
    background: url('../images/2018/questions/2/neptun.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-4 a {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 70px;
    left: 70px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-5 {
    position: absolute;
    width: 290px;
    height: 290px;
    top: 300px;
    left: 490px;
    background: url('../images/2018/questions/2/zeme.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-5 a {
    display: block;
    position: absolute;
    width: 155px;
    height: 155px;
    top: 65px;
    left: 65px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-6 {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 360px;
    left: 370px;
    background: url('../images/2018/questions/2/merkur.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-6 a {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-7 {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 460px;
    left: 270px;
    background: url('../images/2018/questions/2/venuse.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-7 a {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-8 {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 475px;
    left: 410px;
    background: url('../images/2018/questions/2/mars.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-8 a {
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 65px;
    left: 65px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-2 #object-9 {
    position: absolute;
    width: 240px;
    height: 377px;
    top: 120px;
    left: 0px;
    background: url('../images/2018/questions/2/pigy.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-10 {
    position: absolute;
    width: 112px;
    height: 105px;
    top: 460px;
    left: 140px;
    background: url('../images/2018/questions/2/kometa_modra.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-11 {
    position: absolute;
    width: 138px;
    height: 22px;
    top: 385px;
    left: 780px;
    background: url('../images/2018/questions/2/kometa_zluta.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-2 #object-12 {
    position: absolute;
    width: 605px;
    height: 622px;
    top: -90px;
    left: 30px;
    background: url('../images/2018/questions/2/zelena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-2 #object-13 {
    position: absolute;
    width: 490px;
    height: 500px;
    top: 380px;
    left: 380px;
    background: url('../images/2018/questions/2/cervena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-2 #mission-acomplished {
    top: 420px;
    left: 730px;
}

/*** PLANET 3 ***/
#detail.planet-3:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: url('../images/2018/backgrounds/desktop/detail.jpg')  no-repeat 50% 50%;
}
#detail.planet-3 #object-1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 240px;
    left: 180px;
    background: url('../images/2018/questions/3/jupiter.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-1 a {
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50px;
    left: 50px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-2 {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 130px;
    left: 80px;
    background: url('../images/2018/questions/3/mars.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-2 a {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 50px;
    left: 50px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-3 {
    position: absolute;
    width: 181px;
    height: 182px;
    top: 320px;
    left: 500px;
    background: url('../images/2018/questions/3/uran.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-3 a {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-4 {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 300px;
    left: -30px;
    background: url('../images/2018/questions/3/neptun.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-4 a {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 60px;
    left: 60px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-5 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 490px;
    left: 310px;
    background: url('../images/2018/questions/3/merkur.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-5 a {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 40px;
    left: 40px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-6 {
    position: absolute;
    width: 240px;
    height: 240px;
    top: 140px;
    left: 380px;
    background: url('../images/2018/questions/3/zeme.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-6 a {
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 55px;
    left: 55px;
    border-radius: 50%;
    z-index: 100;
    /*background: rgba(255,255,255,.5);*/
}
#detail.planet-3 #object-7 {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 180px;
    left: 580px;
    background: url('../images/2018/questions/3/venuse.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-7 a {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-3 #object-8 {
    position: absolute;
    width: 232px;
    height: 251px;
    top: 180px;
    left: 770px;
    background: url('../images/2018/questions/3/pigy.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-3 #object-9 {
    position: absolute;
    width: 490px;
    height: 500px;
    top: -20px;
    left: -80px;
    background: url('../images/2018/questions/3/cervena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-3 #object-10 {
    position: absolute;
    width: 605px;
    height: 622px;
    top: 40px;
    left: 340px;
    background: url('../images/2018/questions/3/zelena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-3 #object-11 {
    position: absolute;
    width: 138px;
    height: 22px;
    top: 520px;
    left: 180px;
    background: url('../images/2018/questions/3/kometa_zluta.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-3 #object-12 {
    position: absolute;
    width: 112px;
    height: 105px;
    top: 80px;
    left: 230px;
    background: url('../images/2018/questions/3/kometa_modra.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-3 #mission-acomplished {
    top: 420px;
    left: 730px;
}

/*** PLANET 4 ***/
#detail.planet-4:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: url('../images/2018/backgrounds/desktop/detail.jpg')  no-repeat 50% 50%;
}
#detail.planet-4 #object-1 {
    position: absolute;
    width: 536px;
    height: 536px;
    top: 100px;
    left: 550px;
    background: url('../images/2018/questions/4/jupiter.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-1 a {
    display: block;
    position: absolute;
    width: 385px;
    height: 385px;
    top: 75px;
    left: 75px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-4 #object-2 {
    position: absolute;
    width: 283px;
    height: 280px;
    top: 190px;
    left: 340px;
    background: url('../images/2018/questions/4/uran.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-2 a {
    display: block;
    position: absolute;
    width: 190px;
    height: 190px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-4 #object-3 {
    position: absolute;
    width: 280px;
    height: 265px;
    top: 375px;
    left: 150px;
    background: url('../images/2018/questions/4/zeme.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-3 a {
    display: block;
    position: absolute;
    width: 135px;
    height: 135px;
    top: 68px;
    left: 68px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-4 #object-4 {
    position: absolute;
    width: 200px;
    height: 198px;
    top: 460px;
    left: 420px;
    background: url('../images/2018/questions/4/mars.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-4 a {
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 60px;
    left: 60px;
    border-radius: 50%;
    z-index: 100;
    /*background: rgba(255,255,255,.5);*/
}
#detail.planet-4 #object-5 {
    position: absolute;
    width: 234px;
    height: 254px;
    top: 180px;
    left: 50px;
    background: url('../images/2018/questions/4/pigy.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-6 {
    position: absolute;
    width: 59px;
    height: 33px;
    top: 180px;
    left: 280px;
    background: url('../images/2018/questions/4/bublina_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
    color: #fff;
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 125%;
    padding: 15px 15px 40px 15px;
}
#detail.planet-4 #object-7 {
    position: absolute;
    width: 112px;
    height: 105px;
    top: 420px;
    left: 0;
    background: url('../images/2018/questions/4/kometa_modra.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-8 {
    position: absolute;
    width: 132px;
    height: 22px;
    top: 180px;
    left: 560px;
    background: url('../images/2018/questions/4/kometa_zluta.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-4 #object-9 {
    position: absolute;
    width: 605px;
    height: 622px;
    top: 0px;
    left: 220px;
    background: url('../images/2018/questions/4/zelena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-4 #object-10 {
    position: absolute;
    width: 901px;
    height: 930px;
    top: 0px;
    left: 350px;
    background: url('../images/2018/questions/4/hneda_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-4 #mission-acomplished {
    top: 420px;
    left: 730px;
}

/*** PLANET 5 ***/
#detail.planet-5:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: url('../images/2018/backgrounds/desktop/detail.jpg')  no-repeat 50% 50%;
}
#detail.planet-5 #object-1 {
    position: absolute;
    width: 719px;
    height: 559px;
    top: 80px;
    left: -100px;
    background: url('../images/2018/questions/5/zeme_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-5 #object-1 a {
    display: block;
    position: absolute;
    width: 380px;
    height: 380px;
    top: 90px;
    left: 180px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-5 #object-2 {
    position: absolute;
    width: 283px;
    height: 280px;
    top: 130px;
    left: 460px;
    z-index: 10;
}
#detail.planet-5 #object-2 a {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 45px;
    left: 45px;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-5 #object-3 {
    position: absolute;
    width: 300px;
    height: 253px;
    top: 350px;
    left: 560px;
    background: url('../images/2018/questions/5/pigy.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-5 #object-4 {
    position: absolute;
    width: 59px;
    height: 33px;
    top: 260px;
    left: 680px;
    background: url('../images/2018/questions/5/bublina_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
    color: #fff;
    font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
    font-size: 125%;
    padding: 15px 15px 40px 15px;
}
#detail.planet-5 #object-5 {
    position: absolute;
    width: 112px;
    height: 105px;
    top: 100px;
    left: 700px;
    background: url('../images/2018/questions/5/kometa_modra.png') no-repeat 50% 50%;
    background-size: cover;
    transform: rotate(-20deg);
    z-index: 10;
}
#detail.planet-5 #object-6 {
    position: absolute;
    width: 138px;
    height: 22px;
    top: 630px;
    left: 400px;
    background: url('../images/2018/questions/5/kometa_zluta.png') no-repeat 50% 50%;
    background-size: cover;
    transform: rotate(-5deg);
    z-index: 10;
}
#detail.planet-5 #object-7 {
    position: absolute;
    width: 889px;
    height: 981px;
    top: -100px;
    left: -250px;
    background: url('../images/2018/questions/5/zelena_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-5 #mission-acomplished {
    top: 420px;
    left: 730px;
}

/*** PLANET 6 ***/
#detail.planet-6 #object-1 {
    position: absolute;
    width: 100px;
    height: 89px;
    top: 170px;
    left: 70px;
    background: url('../images/2018/questions/6/trojuhelnik.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-6 #object-1 a {
    display: block;
    position: absolute;
    width: 100px;
    height: 89px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-6 #object-2 {
    position: absolute;
    width: 95px;
    height: 107px;
    top: 160px;
    left: 190px;
    background: url('../images/2018/questions/6/sestihran.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-6 #object-2 a {
    display: block;
    position: absolute;
    width: 95px;
    height: 107px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-6 #object-3 {
    position: absolute;
    width: 112px;
    height: 112px;
    top: 160px;
    left: 310px;
    background: url('../images/2018/questions/6/ctverec.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-6 #object-3 a {
    display: block;
    position: absolute;
    width: 112px;
    height: 112px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-6 #object-4 {
    position: absolute;
    width: 111px;
    height: 111px;
    top: 160px;
    left: 440px;
    background: url('../images/2018/questions/6/kruh_prazdny.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-6 #object-4.completed {
    background: url('../images/2018/questions/6/kruh_plny.png') no-repeat 50% 50%;
}
#detail.planet-6 #object-4 a {
    display: block;
    position: absolute;
    width: 111px;
    height: 111px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 100;
}
#detail.planet-6 #object-5 {
    position: absolute;
    width: 1116px;
    height: 330px;
    top: 380px;
    left: -80px;
    background: url('../images/2018/questions/6/pigy.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-6 #object-6 {
    position: absolute;
    width: 808px;
    height: 854px;
    top: -130px;
    left: 430px;
    background: url('../images/2018/questions/6/slunce.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 5;
}
#detail.planet-6 #object-7 {
    position: absolute;
    width: 517px;
    height: 254px;
    top: 120px;
    left: 50px;
    background: url('../images/2018/questions/6/bublina_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 6;
}
#detail.planet-6 #object-8 {
    position: absolute;
    width: 958px;
    height: 958px;
    top: 50px;
    left: -350px;
    background: url('../images/2018/questions/6/fialova_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;
}
#detail.planet-6 #mission-acomplished {
    top: 400px;
    left: 750px;
}
#detail.planet-6 .player {
    top: 285px;
    left: 220px;
}
#detail.planet-6 .player #detail-sound-text {
    top: 70px;
    left: 130px;
}

/*** PLANET 7 ***/
#detail.planet-7 #object-1 {
    position: absolute;
    width: 188px;
    height: 101px;
    top: 180px;
    left: 360px;
    background: url('../images/2018/questions/7/letadlo.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-7 #object-1 a {
    display: block;
    position: absolute;
    width: 188px;
    height: 101px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-7 #object-2 {
    position: absolute;
    width: 120px;
    height: 92px;
    top: 315px;
    left: 530px;
    background: url('../images/2018/questions/7/lod.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-7 #object-2 a {
    display: block;
    position: absolute;
    width: 120px;
    height: 92px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-7 #object-3 {
    position: absolute;
    width: 120px;
    height: 107px;
    top: 370px;
    left: 380px;
    background: url('../images/2018/questions/7/ptak.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-7 #object-3 a {
    display: block;
    position: absolute;
    width: 120px;
    height: 107px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-7 #object-4 {
    position: absolute;
    width: 1157px;
    height: 603px;
    top: 120px;
    left: -40px;
    background: url('../images/2018/questions/7/pigy_a_zare.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 4;
}
#detail.planet-7 #object-5 {
    position: absolute;
    width: 169px;
    height: 169px;
    top: 180px;
    left: 870px;
    background: url('../images/2018/questions/7/planeta.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-7 #object-6 {
    position: absolute;
    width: 429px;
    height: 442px;
    top: 140px;
    left: 280px;
    background: url('../images/2018/questions/7/bublina_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 5;
}
#detail.planet-7 #object-7 {
    position: absolute;
    width: 221px;
    height: 90px;
    top: 180px;
    left: 0px;
    background: url('../images/2018/questions/7/kometa_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-7 #mission-acomplished {
    top: 400px;
    left: 750px;
}
#detail.planet-7 .player {
    top: 520px;
    left: 420px;
}
#detail.planet-7 .player #detail-sound-text {
    top: 70px;
    left: 80px;
}

/*** PLANET 8 ***/
#detail.planet-8 #object-1 {
    position: absolute;
    width: 112px;
    height: 254px;
    top: 180px;
    left: 60px;
    background: url('../images/2018/questions/8/hasic.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-8 #object-1 a {
    display: block;
    position: absolute;
    width: 112px;
    height: 254px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-8 #object-2 {
    position: absolute;
    width: 120px;
    height: 247px;
    top: 180px;
    left: 198px;
    background: url('../images/2018/questions/8/kosmonaut.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-8 #object-2 a {
    display: block;
    position: absolute;
    width: 120px;
    height: 247px;
    top: 0;
    left: 0;
    z-index: 100;
}
#detail.planet-8 #object-3 {
    position: absolute;
    width: 141px;
    height: 256px;
    top: 180px;
    left: 330px;
    background: url('../images/2018/questions/8/potapec.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#detail.planet-8 #object-3 a {
    display: block;
    position: absolute;
    width: 118px;
    height: 256px;
    top: 0;
    left: 22px;
    z-index: 100;
}
#detail.planet-8 #object-4 {
    position: absolute;
    width: 960px;
    height: 351px;
    top: 360px;
    left: 0;
    background: url('../images/2018/questions/8/pigy_desktop.png') no-repeat 50% 50%;
    background-size: cover;
    z-index: 5;
}
#detail.planet-8 #object-5 {
    position: absolute;
    width: 776px;
    height: 620px;
    top: 80px;
    left: 180px;
    background: url('../images/2018/questions/8/zeme_a_zare.png') no-repeat;
    background-size: cover;
    z-index: 1;
}
#detail.planet-8 #object-6 {
    position: absolute;
    width: 509px;
    height: 442px;
    top: 100px;
    left: 20px;
    background: url('../images/2018/questions/8/bublina_desktop.png') no-repeat;
    background-size: cover;
    z-index: 8;
}
#detail.planet-8 #mission-acomplished {
    top: 400px;
    left: 700px;
}
#detail.planet-8 .player {
    top: 460px;
    left: 180px;
}
#detail.planet-8 .player #detail-sound-text {
    top: 90px;
    left: 100px;
}


/**********************************************************************


    POPUP


**********************************************************************/
.popupTitle {
    margin: 0 0 0.3em 0;
    padding: 0 0 2px 0;
    background: url('../images/popupTitle-underline.jpg') no-repeat 50% 100%;
}

.wrapPopupBig .fancybox-skin {
    background: #ffffff url('../images/popupBig-bg.jpg') no-repeat 0 0;
}
.wrapPopupSmall .fancybox-skin {
    background: #ffffff url('../images/popupSmall-bg.jpg') no-repeat 0 0;
}

.linkUnderline {
    margin: 0 -13px;
    padding: 0 13px 5px 13px;
    background: url('../images/link-underline.jpg') no-repeat 50% 100%;
    text-decoration: none !important;
}
.linkUnderline:hover {
    margin: 0;
    padding: 0 0 5px 0;
    background: none;
}


/*** RULES ***/
#rules .popupTitle {
    margin: 0 0 0.5em 0;
}
#rules p.text {
    font-size: 62%;
    color: #000000;
    font-family: arial;
    text-align: left;
}
#rules .link {
    margin: 1.25em 0;
}
#dateError .backLink,
#rules .backLink {
    margin: 0;
    display: flex;
    justify-content: center;
}


/*** LOGIN ***/
#login p.text {
    margin: 0;
}
#login .link {
    margin: 0 0 3.5em 0;
}
#login .linkUnderline {
    margin: 0;
    padding: 0 0 5px 0;
}


/*** FORGET NAME ***/
#forgetName p.text {
    margin: 1.25em 0 1.5em 0;
}
#forgetName .backLink {
    margin: 3em 0 0 0;
    display: flex;
    justify-content: center;
}


/*** DATE ERROR ***/
#dateError .popupTitle {
    margin: 0 0 0.5em 0;
}


/*** LOGIN DONE ***/
#logged .popupTitle {
    margin: 0.5em 0 1em 0;
}
#logged p.text {
    margin: 0 0 1.5em 0;
    font-size: 150%;
}
#logged p.text.pink {
    margin: 0;
    color: #ff2652;
}
#logged .backLink {
    display: flex;
    justify-content: center;
}


/*** REGISTRATION DONE ***/
#registrationDone .popupTitle {
    margin: 0 0 1em 0;
}
#registrationDone p.text {
    margin: 0 0 1.5em 0;
    font-size: 150%;
}
#registrationDone p.text.pink {
    margin: 0;
    color: #ff2652;
}



/**********************************************************************


    RESPONSIVE


**********************************************************************/
@media screen and (min-width: 960px) {
    #registrationDone .backLink {
        display: inline-block;
    }
}
@media screen and (max-width: 959px) {
    #detail .player {
        left: 15px;
    }
    #detail .player .buttons {
        position: relative;
        left: 50%;
        transform: translateX(-25%);
    }
    #player-modal .player .button,
    #detail .player .button {
        font-size: 90%;
        padding-left: 30px;
        padding-right: 15px;
    }
    #player-modal .player .button:before,
    #detail .player .button:before {
        height: 25px;
        width: 20px;
        top: 5px;
        left: 8px;
    }
    #player-modal .player .button.icon-play:before,
    #detail .player .button.icon-play:before,
    #detail .player .button.icon-replay:before {
        width: 16px;
        height: 20px;
        top: 8px;
    }
    .back-to-map {
        font-size: 90%;
        right: 15px;
    }
    .back-to-map a {
        padding: 0 15px;
    }
}


/**********************************************************************


    RESPONSIVE MAP


**********************************************************************/
@media screen and (max-width: 959px) {
    #pigy-logo {
        width: 200px;
        height: 55px;
        background-size: cover;
    }

    /** MAP **/
    #map {
        background: url('../images/2018/backgrounds/mobile/map.jpg') no-repeat 50% 50%;
        max-width: 639%;
        left: 50%;
        transform: translateX(-50%);
    }
    #map-sun {
        width: 260px;
        height: 260px;
        top: 330px;
        left: 290px;
        background-size: cover;
    }
    #map-rocket {
        width: 36px;
        height: 27px;
        top: 560px;
        left: 580px;
    }
    #map-pigy {
        width: 150px;
        height: 160px;
        top: 250px;
        left: 490px;
        background-size: cover;
    }
    #map-pigy-bubble {
        width: 95px;
        height: 65px;
        top: 100px;
        left: 480px;
        color: #fff;
        font: 1.4em/1.25 'lunchbox-light', arial, Georgia, serif;
        font-size: 80%;
        padding: 15px 10px 60px 18px;
        background-size: cover;
    }
    #map-sound-text {
        font-size: 80%;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        width: 184px;
    }
    #rulesLink {
        bottom: 80px;
        left: 25px;
    }
    #tescoLink {
        bottom: 24px;
        /*left: 125px;*/
        right: 25px;
        /* width: 180px; */
        width: 355px;
        height: 50px;
        margin: 0;
        z-index: 999;
    }

    /* PLANETS ACTIVE */
    .round .planet-number {
        width: 24px;
        height: 24px;
        font-size: 18px;

    }
    .round .planet-number span {
        left: 2px;
    }
    .mission-check {
        font-size: 70%;
        width: 120px;
    }
    .mission-check .icon {
        background-size: cover;
        width: 20px;
        height: 20px;
    }

    /* PLANET 1 */
    #planet-1 {
        top: 430px;
        left: 500px;
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    #planet-1 .mission-check {
        top: 50px;
        left: -20px;
    }
    #planet-1 .mission-check .icon {
        order: 2;
    }
    #planet- .mission-check .text {
        order: 1;
    }

    /* PLANET 2 */
    #planet-2 {
        width: 80px;
        height: 72px;
        top: 533px;
        left: 340px;
        background-size: cover;
    }
    #planet-2 .planet-number {
        top: 60px;
        right: 5px;
    }
    #planet-2 .mission-check {
        top: 80px;
        left: 0;
    }
    #planet-2 .mission-check .icon {
        order: 1;
    }
    #planet-2 .mission-check .text {
        order: 2;
    }

    /* PLANET 3 */
    #planet-3 {
        width: 54px;
        height: 54px;
        top: 530px;
        left: 450px;
        background-size: cover;
    }
    #planet-3 .mission-check {
        top: 60px;
        left: 20px;
    }

    /* PLANET 4 */
    #planet-4 {
        width: 90px;
        height: 90px;
        top: 680px;
        left: 340px;
        background-size: cover;
    }
    #planet-4 .planet-number {
        top: -15px;
        right: -15px;
    }

    /* PLANET 5 */
    #planet-5 {
        width: 120px;
        height: 80px;
        top: 300px;
        left: 310px;
        background-size: cover;
    }
    #planet-5 .planet-number {
        top: -18px;
        left: 50px;
    }
    #planet-5 .mission-check {
        top: -35px;
        left: 40px;
    }
    #planet-5 .mission-check .icon {
        order: 1;
    }
    #planet-5 .mission-check .text {
        order: 2;
    }

    /* PLANET 6 */
    #planet-6 {
        width: 58px;
        height: 58px;
        top: 240px;
        left: 460px;
        background-size: cover;
    }
    #planet-6 .planet-number {
        top: -10px;
        right: 10px;
    }
    #planet-6 .mission-check {
        top: -20px;
        left: -90px;
    }
    #planet-6 .mission-check .icon {
        order: 2;
    }
    #planet-6 .mission-check .text {
        order: 1;
    }

    /* PLANET 7 */
    #planet-7 {
        width: 120px;
        height: 120px;
        top: 630px;
        left: 480px;
        background-size: cover;
    }
    #planet-7 .planet-number {
        top: 112px;
        right: -50px;
    }
    #planet-7 .mission-check {
        top: 135px;
        left: -5px;
    }

    /* PLANET 8 */
    #planet-8 {
        width: 65px;
        height: 65px;
        top: 130px;
        left: 330px;
        background-size: cover;
    }
    #planet-8 .planet-number {
        top: 40px;
        right: -55px;
    }
    #planet-8 .mission-check {
        top: 25px;
        left: 45px;
    }


    /* FANCYBOX */
    .fancybox-wrap {
        width: 300px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .fancybox-wrap .fancybox-skin {
        background: #fff;
        border-radius: 5px;
        padding: 15px 10px !important;
    }
    .fancybox-wrap .fancybox-skin .fancybox-inner {
        padding-bottom: 15px;
        height: auto !important;
    }
    .fancybox-wrap .fancybox-skin #login .link {
        margin: 0 0 25px 0;
    }
    #rulesLink{
        left: 45%;
    }

    /* #tescoLink > span:nth-child(1) > a > img, #tescoLink > span:nth-child(2) > a > img, 
    #tescoLink > span:nth-child(3) > a > img{
        height:63px;
        width: auto;
    } */
    #tescoLink .bluestyle img, #tescoLink .youradio img, #tescoLink .tesco img{
        height: 63px;
        width: auto;
    }
    /* partner links - odstraneni mezer*/
    #tescoLink > span:nth-child(2){
        margin-left: -8px;
    }
    #tescoLink > span:nth-child(3){
        margin-left: -10px;
    }
    .backLink .button{
        display: initial;
    } 
}

@media screen and (max-width: 360px) {
    #pigy-logo {
        width: 150px;
        height: 42px;
    }
    #tescoLink {
        bottom: 28px;
        width: auto;
        height: 45px;
        right:12%;
    }
    #map-sound-text {
        top: 68px;
    }
    #tescoLink .bluestyle, #tescoLink .youradio, #tescoLink .tesco{
        width: auto;
    }
    #rulesLink{
        left: 40%;
    }

    #tescoLink > span:nth-child(1) > a > img, #tescoLink > span:nth-child(2) > a > img, 
    #tescoLink > span:nth-child(3) > a > img{
        height:50px;
        margin-left: -6px;
    }
}


/**********************************************************************


    RESPONSIVE DETAIL


**********************************************************************/
@media screen and (max-width: 959px) {
    #page.detail.planet-1 {
        height: 700px;
        min-height: unset;
    }
    #page.detail.planet-2 {
        height: 650px;
        min-height: unset;
    }
    #page.detail.planet-3 {
        height: 600px;
        min-height: unset;
    }
    #page.detail.planet-4 {
        height: 600px;
        min-height: unset;
    }
    #page.detail.planet-5 {
        height: 690px;
        min-height: unset;
    }
    #page.detail.planet-6 {
        height: 560px;
        min-height: unset;
    }
    #page.detail.planet-7 {
        height: 570px;
        min-height: unset;
    }
    #page.detail.planet-8 {
        height: 660px;
        min-height: unset;
    }
    #page.detail #tescoLink {
        display: none;
    }

    #detail .player #detail-sound-text {
        font-size: 80%;
        top: -30px;
        left: 60px;
    }

    #detail {
        background: url('../images/2018/backgrounds/mobile/question.jpg') no-repeat 50% 50%;
        max-width: 320px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin: 50px 0 0 0;
    }

    /*** PLANET 1 ***/
    #detail.planet-1 .player,
    #detail.planet-1 .back-to-map {
        top: 580px;
    }

    #detail.planet-1 #object-1 {
        width: 180px;
        height: 180px;
        top: 50px;
        left: 120px;
        background-size: cover;
    }

    #detail.planet-1 #object-1 a {
        width: 92px;
        height: 92px;
        top: 45px;
        left: 45px;
    }

    #detail.planet-1 #object-2 {
        width: 150px;
        height: 148px;
        top: 320px;
        left: 0;
        background-size: cover;
    }

    #detail.planet-1 #object-2 a {
        width: 70px;
        height: 70px;
        top: 40px;
        left: 40px;
    }

    #detail.planet-1 #object-3 {
        width: 140px;
        height: 140px;
        top: 180px;
        left: 70px;
        background-size: cover;
    }

    #detail.planet-1 #object-3 a {
        width: 52px;
        height: 52px;
        top: 43px;
        left: 43px;
    }

    #detail.planet-1 #object-4 {
        width: 130px;
        height: 130px;
        top: 225px;
        left: -5px;
        background-size: cover;
    }

    #detail.planet-1 #object-4 a {
        width: 60px;
        height: 60px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-1 #object-5 {
        width: 160px;
        height: 100px;
        top: 310px;
        left: 180px;
        background-size: cover;
    }

    #detail.planet-1 #object-5 a {
        width: 60px;
        height: 60px;
        top: 35px;
        left: 50px;
    }

    #detail.planet-1 #object-6 {
        width: 180px;
        height: 180px;
        top: 10px;
        left: -10px;
        background-size: cover;
    }

    #detail.planet-1 #object-6 a {
        width: 120px;
        height: 120px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-1 #object-7 {
        width: 350px;
        height: 350px;
        top: 160px;
        left: -20px;
        background-size: cover;
    }

    #detail.planet-1 #object-7 a {
        width: 70px;
        height: 70px;
        top: 140px;
        left: 140px;
    }

    #detail.planet-1 #object-8 {
        width: 120px;
        height: 120px;
        top: 240px;
        left: 170px;
        background-size: cover;
    }

    #detail.planet-1 #object-8 a {
        width: 40px;
        height: 40px;
        top: 40px;
        left: 40px;
    }

    #detail.planet-1 #object-9 {
        width: 110px;
        height: 110px;
        top: 180px;
        left: 210px;
        background-size: cover;
    }

    #detail.planet-1 #object-9 a {
        width: 50px;
        height: 50px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-1 #object-10 {
        width: 100px;
        height: 16px;
        top: 480px;
        left: 40px;
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        filter: FlipH;
        -ms-filter: "FlipH";
        background-size: cover;
    }

    #detail.planet-1 #object-11 {
        display: block;
        position: absolute;
        width: 60px;
        height: 55px;
        top: 50px;
        left: 220px;
        background: url('../images/2018/questions/1/kometa_modra.png');
        background-size: cover;
    }

    #detail.planet-1 #mission-acomplished {
        width: 120px;
        height: 120px;
        top: 420px;
        left: 200px;
        background-size: cover;
    }

    /*** PLANET 2 ***/
    #detail.planet-2 .player,
    #detail.planet-2 .back-to-map {
        top: 520px;
    }

    #detail.planet-2 #object-1 {
        width: 180px;
        height: 180px;
        top: 10px;
        left: 150px;
    }

    #detail.planet-2 #object-1 a {
        width: 120px;
        height: 120px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-2 #object-2 {
        width: 160px;
        height: 100px;
        top: 200px;
        left: 0;
    }

    #detail.planet-2 #object-2 a {
        width: 63px;
        height: 63px;
        top: 18px;
        left: 48px;
    }

    #detail.planet-2 #object-3 {
        width: 110px;
        height: 110px;
        top: 15px;
        left: 60px;
    }

    #detail.planet-2 #object-3 a {
        width: 50px;
        height: 50px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-2 #object-4 {
        width: 180px;
        height: 180px;
        top: 300px;
        left: 10px;
    }

    #detail.planet-2 #object-4 a {
        width: 96px;
        height: 96px;
        top: 43px;
        left: 43px;
    }

    #detail.planet-2 #object-5 {
        width: 150px;
        height: 148px;
        top: 170px;
        left: 210px;
    }

    #detail.planet-2 #object-5 a {
        width: 80px;
        height: 80px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-2 #object-6 {
        width: 120px;
        height: 120px;
        top: 140px;
        left: 130px;
    }

    #detail.planet-2 #object-6 a {
        width: 60px;
        height: 60px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-2 #object-7 {
        width: 130px;
        height: 130px;
        top: 230px;
        left: 90px;
    }

    #detail.planet-2 #object-7 a {
        width: 60px;
        height: 60px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-2 #object-8 {
        width: 140px;
        height: 140px;
        top: 280px;
        left: 180px;
    }

    #detail.planet-2 #object-8 a {
        display: block;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 25px;
        left: 25px;
        border-radius: 50%;
        z-index: 100;
    }

    #detail.planet-2 #object-9 {
        width: 100px;
        height: 200px;
        top: 30px;
        left: 0;
        z-index: 8;
    }

    #detail.planet-2 #object-10 {
        width: 60px;
        height: 53px;
        top: 280px;
        left: 10px;
    }

    #detail.planet-2 #object-11 {
        width: 80px;
        height: 13px;
        top: 165px;
        left: 270px;
    }

    #detail.planet-2 #object-12 {
        width: 250px;
        height: 240px;
        top: -55px;
        left: 30px;
    }

    #detail.planet-2 #object-13 {
        width: 350px;
        height: 344px;
        top: 200px;
        left: 100px;
    }

    #detail.planet-2 #mission-acomplished {
        width: 120px;
        height: 120px;
        top: 370px;
        left: 180px;
        background-size: cover;
    }

    /*** PLANET 3 ***/
    #detail.planet-3 #object-1 {
        width: 180px;
        height: 180px;
        top: -20px;
        left: 90px;
    }

    #detail.planet-3 #object-1 a {
        width: 120px;
        height: 120px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-3 #object-2 {
        width: 140px;
        height: 140px;
        top: 220px;
        left: 60px;
    }

    #detail.planet-3 #object-2 a {
        width: 72px;
        height: 72px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-3 #object-3 {
        width: 90px;
        height: 90px;
        top: 360px;
        left: 40px;
    }

    #detail.planet-3 #object-3 a {
        width: 40px;
        height: 40px;
        top: 25px;
        left: 25px;
    }

    #detail.planet-3 #object-4 {
        width: 180px;
        height: 180px;
        top: 80px;
        left: -20px;
    }

    #detail.planet-3 #object-4 a {
        width: 95px;
        height: 95px;
        top: 42px;
        left: 42px;
    }

    #detail.planet-3 #object-5 {
        width: 120px;
        height: 120px;
        top: 140px;
        left: 120px;
    }

    #detail.planet-3 #object-5 a {
        width: 60px;
        height: 60px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-3 #object-6 {
        width: 150px;
        height: 150px;
        top: 160px;
        left: 210px;
    }

    #detail.planet-3 #object-6 a {
        width: 80px;
        height: 80px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-3 #object-7 {
        width: 130px;
        height: 130px;
        top: 250px;
        left: 160px;
    }

    #detail.planet-3 #object-7 a {
        width: 60px;
        height: 60px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-3 #object-8 {
        width: 95px;
        height: 102px;
        top: 70px;
        left: 240px;
    }

    #detail.planet-3 #object-9 {
        width: 300px;
        height: 305px;
        top: 150px;
        left: -10px;
    }

    #detail.planet-3 #object-10 {
        position: absolute;
        width: 400px;
        height: 480px;
        top: 150px;
        left: -100px;
    }

    #detail.planet-3 #object-11 {
        width: 80px;
        height: 12px;
        top: 80px;
        left: 50px;
    }

    #detail.planet-3 #object-12 {
        position: absolute;
        width: 50px;
        height: 45px;
        top: 310px;
        left: 15px;
    }

    #detail.planet-3 #mission-acomplished {
        width: 120px;
        height: 120px;
        top: 330px;
        left: 180px;
        background-size: cover;
    }

    #detail.planet-3 .player,
    #detail.planet-3 .back-to-map {
        top: 480px;
    }

    /*** PLANET 4 ***/
    #detail.planet-4 #object-1 {
        width: 260px;
        height: 260px;
        top: 180px;
        left: 120px;
    }

    #detail.planet-4 #object-1 a {
        width: 190px;
        height: 190px;
        top: 35px;
        left: 35px;
    }

    #detail.planet-4 #object-2 {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 40px;
        left: 170px;
    }

    #detail.planet-4 #object-2 a {
        width: 100px;
        height: 100px;
        top: 30px;
        left: 30px;
    }

    #detail.planet-4 #object-3 {
        width: 140px;
        height: 152px;
        top: 250px;
        left: 10px;
    }

    #detail.planet-4 #object-3 a {
        width: 75px;
        height: 75px;
        top: 40px;
        left: 30px;
    }

    #detail.planet-4 #object-4 {
        width: 130px;
        height: 130px;
        top: 340px;
        left: 80px;
    }

    #detail.planet-4 #object-4 a {
        width: 50px;
        height: 50px;
        top: 40px;
        left: 40px;
    }

    #detail.planet-4 #object-5 {
        width: 130px;
        height: 138px;
        top: 30px;
        left: 10px;
    }

    #detail.planet-4 #object-6 {
        width: 50px;
        height: 30px;
        top: 155px;
        left: 90px;
        background: url('../images/2018/questions/4/bublina_mobile.png') no-repeat 50% 50%;
        background-size: contain;
        font-size: 100%;
        padding: 25px 10px 10px 10px;
    }

    #detail.planet-4 #object-7 {
        width: 80px;
        height: 73px;
        top: 180px;
        left: 10px;
    }

    #detail.planet-4 #object-8 {
        width: 60px;
        height: 8px;
        top: 30px;
        left: 200px;
    }

    #detail.planet-4 #object-9 {
        width: 360px;
        height: 376px;
        top: -20px;
        left: 70px;
    }

    #detail.planet-4 #object-10 {
        position: absolute;
        width: 901px;
        height: 930px;
        top: 0px;
        left: 350px;
        background: url('../images/2018/questions/4/hneda_zare.png') no-repeat 50% 50%;
        background-size: cover;
        z-index: 1;
    }

    #detail.planet-4 #mission-acomplished {
        width: 120px;
        height: 120px;
        top: 330px;
        left: 200px;
        background-size: cover;
    }

    #detail.planet-4 .player,
    #detail.planet-4 .back-to-map {
        top: 480px;
    }

    /*** PLANET 5 ***/
    #detail.planet-5 #object-1 {
        width: 320px;
        height: 440px;
        top: 0px;
        left: 0;
        background: url('../images/2018/questions/5/zeme_mobil.png') no-repeat 50% 50%;
        background-size: contain;
    }

    #detail.planet-5 #object-1 a {
        width: 210px;
        height: 210px;
        top: 120px;
        left: 50px;
    }

    #detail.planet-5 #object-2 {
        width: 65px;
        height: 65px;
        top: 45px;
        left: 220px;
    }

    #detail.planet-5 #object-2 a {
        width: 62px;
        height: 62px;
        top: 0px;
        left: 0px;
    }

    #detail.planet-5 #object-3 {
        width: 95px;
        height: 80px;
        top: 370px;
        left: 140px;
    }

    #detail.planet-5 #object-4 {
        width: 50px;
        height: 28px;
        top: 420px;
        left: 80px;
        background: url('../images/2018/questions/5/bublina_mobil.png') no-repeat 50% 50%;
        background-size: cover;
        font-size: 90%;
        padding: 30px 10px 10px 10px;
    }

    #detail.planet-5 #object-5 {
        display: none;
    }

    #detail.planet-5 #object-6 {
        width: 80px;
        height: 12px;
        top: 330px;
        left: 230px;
        transform: unset;
    }

    #detail.planet-5 #object-7 {
        width: 500px;
        height: 500px;
        top: -100px;
        left: -120px;
    }

    #detail.planet-5 #mission-acomplished {
        width: 120px;
        height: 120px;
        top: 420px;
        left: 180px;
        background-size: cover;
    }

    #detail.planet-5 .player,
    #detail.planet-5 .back-to-map {
        top: 570px;
    }

    /*** PLANET 6 ***/
    #page.detail.planet-6 #detail {
        overflow: hidden;
        margin: 0;
        top: 0;
    }
    #detail.planet-6 #object-1 {
        width: 65px;
        height: 58px;
        top: 180px;
        left: 60px;
    }
    #detail.planet-6 #object-1 a {
        width: 65px;
        height: 58px;
    }
    #detail.planet-6 #object-2 {
        width: 65px;
        height: 74px;
        top: 175px;
        left: 145px;
    }
    #detail.planet-6 #object-2 a {
        width: 65px;
        height: 74px;
    }
    #detail.planet-6 #object-3 {
        width: 60px;
        height: 60px;
        top: 255px;
        left: 75px;
    }
    #detail.planet-6 #object-3 a {
        width: 60px;
        height: 60px;
    }
    #detail.planet-6 #object-4 {
        position: absolute;
        width: 55px;
        height: 55px;
        top: 255px;
        left: 170px;
    }
    #detail.planet-6 #object-4 a {
        width: 55px;
        height: 55px;
    }
    #detail.planet-6 #object-5 {
        position: absolute;
        width: 540px;
        height: 160px;
        top: 400px;
        left: -5px;
        z-index: 8;
    }
    #detail.planet-6 #object-6 {
        width: 380px;
        height: 390px;
        top: -90px;
        left: 90px;
    }
    #detail.planet-6 #object-7 {
        width: 210px;
        height: 220px;
        top: 170px;
        left: 40px;
        background: url('../images/2018/questions/6/bublina_mobil.png') no-repeat 50% 50%;
        background-size: cover;
    }
    #detail.planet-6 #object-8 {
        width: 600px;
        height: 600px;
        top: 80px;
        left: -200px;
    }
    #detail.planet-6 .player {
        top: 330px;
        left: 90px;
    }
    #detail.planet-6 .player .buttons {
        transform: translateX(-50%);
    }
    #detail.planet-6 .player #detail-sound-text {
        top: -185px;
        left: -45px;
    }
    #detail.planet-6 #mission-acomplished {
        width: 110px;
        height: 110px;
        top: 390px;
        left: 10px;
        background-size: cover;
    }
    #detail.planet-6 .back-to-map {
        top: 510px;
        left: 10px;
        right: unset;
    }

    /*** PLANET 7 ***/
    #page.detail.planet-7 #detail {
        overflow: hidden;
        margin: 0;
        top: 0;
    }
    #detail.planet-7 #object-1 {
        width: 100px;
        height: 53px;
        top: 110px;
        left: 70px;
    }
    #detail.planet-7 #object-1 a {
        width: 100px;
        height: 53px;
    }
    #detail.planet-7 #object-2 {
        width: 90px;
        height: 68px;
        top: 180px;
        left: 180px;
    }
    #detail.planet-7 #object-2 a {
        width: 90px;
        height: 68px;
    }
    #detail.planet-7 #object-3 {
        width: 90px;
        height: 80px;
        top: 240px;
        left: 60px;
    }
    #detail.planet-7 #object-3 a {
        width: 90px;
        height: 80px;
    }
    #detail.planet-7 #object-4 {
        width: 600px;
        height: 303px;
        top: 270px;
        left: -20px;
    }
    #detail.planet-7 #object-5 {
        width: 100px;
        height: 100px;
        top: -40px;
        left: 220px;
    }
    #detail.planet-7 #object-6 {
        width: 270px;
        height: 355px;
        top: 70px;
        left: 25px;
        background: url('../images/2018/questions/7/bublina_mobil.png') no-repeat 50% 50%;
        background-size: cover;
        z-index: 5;
    }
    #detail.planet-7 #object-7 {
        width: 100px;
        height: 40px;
        top: 80px;
        left: 240px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    #detail.planet-7 .player {
        top: 350px;
        left: 100px;
    }
    #detail.planet-7 .player .buttons {
        transform: translateX(-35%);
    }
    #detail.planet-7 .player #detail-sound-text {
        top: -305px;
        left: -70px;
    }
    #detail.planet-7 #mission-acomplished {
        width: 110px;
        height: 110px;
        top: 405px;
        left: unset;
        right: 30px;
        background-size: cover;
    }
    #detail.planet-7 .back-to-map {
        top: 520px;
    }

    /*** PLANET 8 ***/
    #page.detail.planet-8 #detail {
        overflow: hidden;
        margin: 0;
        top: 0;
    }
    #detail.planet-8 #object-1 {
        width: 65px;
        height: 150px;
        top: 210px;
        left: 40px;
    }
    #detail.planet-8 #object-1 a {
        width: 65px;
        height: 150px;
    }
    #detail.planet-8 #object-2 {
        width: 72px;
        height: 150px;
        top: 205px;
        left: 120px;
    }
    #detail.planet-8 #object-2 a {
        width: 72px;
        height: 150px;
    }
    #detail.planet-8 #object-3 {
        position: absolute;
        width: 83px;
        height: 150px;
        top: 210px;
        left: 200px;
    }
    #detail.planet-8 #object-3 a {
        width: 68px;
        height: 150px;
        top: 0;
        left: 15px;
    }
    #detail.planet-8 #object-4 {
        width: 380px;
        height: 200px;
        top: 465px;
        left: 0;
        background: url('../images/2018/questions/8/pigy_mobil.png') no-repeat 50% 50%;
        background-size: cover;
    }
    #detail.planet-8 #object-5 {
        width: 420px;
        height: 450px;
        top: 0;
        left: unset;
        right: 0;
    }
    #detail.planet-8 #object-6 {
        width: 280px;
        height: 270px;
        top: 180px;
        left: 22px;
        background: url('../images/2018/questions/8/bublina_mobil.png') no-repeat;
        background-size: cover;
    }
    #detail.planet-8 .player {
        top: 375px;
        left: 110px;
    }
    #detail.planet-8 .player .buttons {
        transform: translateX(-50%);
    }
    #detail.planet-8 .player #detail-sound-text {
        top: -220px;
        left: -80px;
    }
    #detail.planet-8 #mission-acomplished {
        width: 110px;
        height: 110px;
        top: 480px;
        left: unset;
        right: 30px;
        background-size: cover;
    }
    #detail.planet-8 .back-to-map {
        top: 610px;
    }
}