*{box-sizing:border-box}body{margin:0;padding:0}#fishgame .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#fishgame .back,#fishgame .column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}#fishgame .column{position:relative;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:480px){#fishgame .column{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}#fishgame .row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}#fishgame .card-navigator{position:fixed;bottom:0;width:100%;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#fishgame .card-navigator button{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border:none;background:0 0;height:100%}#fishgame #left-button,#fishgame #right-button{background-size:20%;background-position:50%;background-repeat:no-repeat;-webkit-tap-highlight-color:transparent}#fishgame .card-navigator button:focus{outline:0}#fishgame .card-navigator #left-button{visibility:hidden}#fishgame #right-button{background-image:url(../../images/freccia_gialla_dx.png)}#fishgame #right-button:active{background-image:url(../../images/freccia_gialla_dx_tap.png)}#fishgame #left-button{background-image:url(../../images/freccia_gialla_sx.png)}#fishgame #left-button:active{background-image:url(../../images/freccia_gialla_sx_tap.png)}#fishgame .card-navigator img{max-width:100%;max-height:80%;vertical-align:middle}#fishgame .modal-content{width:340px;max-width:340px}#fishgame .response-footer{height:98px}#fishgame .rigiocaBtn{min-width:160px}#fishgame .logo{min-width:177px}}#fishgame .logo,#fishgame .rigiocaBtn{background-repeat:no-repeat;position:relative}#fishgame .card,#fishgame .choices div,#fishgame .close:focus,#fishgame .close:hover,#fishgame .logo,#fishgame .rigiocaBtn{cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,0)}#fishgame .card .front,#fishgame .response{background-image:url(../../images/background.jpg);background-size:contain}@media screen and (min-width:481px){#fishgame .column{width:20%}#fishgame .row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#fishgame .card-navigator{display:none}#fishgame .modal-content{width:450px;max-width:450px}#fishgame .response-footer{height:129px}#fishgame .rigiocaBtn{min-width:213px}#fishgame .logo{min-width:234px}}#fishgame .back,#fishgame .card .back .choices{-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}#fishgame .back img,#fishgame .front-img img{max-width:100%;max-height:100%}#fishgame .card{width:100%;height:100%;-webkit-transition:-webkit-transform 1s;-moz-transition:-moz-transform 1s;-o-transition:-o-transform 1s;transition:transform 1s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50%}#fishgame .card .front{height:100%;width:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}#fishgame .card .back{height:100%;width:100%;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}#fishgame .back{display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}#fishgame .card.flipped{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}#fishgame .front-img img{width:100%;vertical-align:middle}#fishgame .card .back .choices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}#fishgame .card .back .choices div{height:144px;position:relative;overflow:hidden;text-align:center}#fishgame .card .back .choices .double-choice,#fishgame .card .back .choices .single-choice{height:432px;position:relative;overflow:hidden;text-align:center}#fishgame .card .back .domanda{height:108px}#fishgame .response{position:absolute;width:100%;height:100%;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#fishgame .response-footer{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#fishgame .rigiocaBtn{background-image:url(../../images/gioca_ancora_508px_2.png);background-size:contain;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#fishgame .rigiocaBtn:active{background-image:url(../../images/gioca_ancora_508px_2_hover.png)}#fishgame .logo{background-image:url(../../images/scopri_559_2.png);background-size:contain;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;height:100%}#fishgame .logo:active{background-image:url(../../images/scopri_559_2_hover.png)}#fishgame .modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9)}#fishgame .modal-content{background-image:url(../../images/background.jpg);background-size:cover;margin:5% auto;border:1px solid #888;position:relative}#fishgame .close{color:#aaa;position:absolute;right:0;top:0;width:44px;height:44px;font-size:32px;font-weight:700;text-align:center}#fishgame .close:focus,#fishgame .close:hover{color:#000;text-decoration:none}#fishgame .wrapper-game{max-width:1280px;margin:auto}#fishgame .ui-loader{display:none}