#chronometer, .helps{display: none;}

.arrow-next{
	position: absolute;
	background: url(../img/act1/SB_S_G11_U02_L09-36.png) no-repeat left center;
	cursor: pointer;
	width: 107px;
	height: 95px;	
	top: 110px;
	right: 5px;
	z-index: 999;
}

.standby{
    -moz-animation: blink 0.8s ease infinite normal;
    -webkit-animation: blink 0.8s ease infinite normal;
    animation: blink 0.8s ease infinite normal;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink{
    0% { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.3); }
    100% { background: rgba(0, 0, 0, 0); }
}

@-moz-keyframes blink{
    0% { background: rgba(0, 0, 0, 0);}
    50% { background: rgba(0, 0, 0, 0.3); }
    100% { background: rgba(0, 0, 0, 0);}
}

@keyframes blink {
    0% { background: rgba(0, 0, 0, 0); }
    50% { background: rgba(0, 0, 0, 0.3); }
    100% { background: rgba(0, 0, 0, 0); }
}



/* preguntas */
div[data-sg-id="game-item-question"]{
	width: 1230px;
    height: 570px;
    position: absolute;
    top: 70px;
    left: 10px;
    color: #665;
}
div[data-sg-id="game-item-question"].p1{ background: url(../img/resumen/SB_S_G11_U02_L09-51.png); }
div[data-sg-id="game-item-question"].p2{ background: url(../img/resumen/SB_S_G11_U02_L09-52.png); }
div[data-sg-id="game-item-question"].p3{ background: url(../img/resumen/SB_S_G11_U02_L09-53.png); }
div[data-sg-id="game-item-question"].p4{ background: url(../img/resumen/SB_S_G11_U02_L09-54.png); }
div[data-sg-id="game-item-question"].p5{ background: url(../img/resumen/SB_S_G11_U02_L09-55.png); }

div[data-sg-id="game-item-question"].p1 .options_group{ background: url(../img/resumen/SB_S_G11_U02_L09-58.png) no-repeat top left; }
div[data-sg-id="game-item-question"].p2 .options_group{ background: url(../img/resumen/SB_S_G11_U02_L09-59.png) no-repeat top left; }
div[data-sg-id="game-item-question"].p3 .options_group{ background: url(../img/resumen/SB_S_G11_U02_L09-58.png) no-repeat top left; }
div[data-sg-id="game-item-question"].p4 .options_group{ background: url(../img/resumen/SB_S_G11_U02_L09-56.png) no-repeat top left; }
div[data-sg-id="game-item-question"].p5 .options_group{ background: url(../img/resumen/SB_S_G11_U02_L09-56.png) no-repeat top left; }


.p5 div[data-sg-id="game-item-quest"]{ top: 40px; }
div[data-sg-id="game-item-quest"]   { position: absolute; top:  23px; left: 290px; width: 100%; color: #665; font-size: 1.2em; }
.options_group 						{ position: absolute; top: 165px; left: 400px; width: 760px; }
.options_group > button{
    position: relative;
    width: 754px;
    font-size: 3em;
    border: none;
    background: none;
    padding: 14px 0;
    margin: 0 0 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
    color: #006666;
    border-radius: 16px;
}	
button.error-option{
	background: url(../img/resumen/SB_S_G11_U02_L09-61.png) no-repeat top left; 
	cursor: auto;
	pointer-events: none;
}
button.correct-option{
	background: url(../img/resumen/SB_S_G11_U02_L09-62.png) no-repeat top left; 
}