/*@import url(http://fonts.googleapis.com/css?family=Calligraffitti);*/
@import url(font/Gothic-Ultra-OT-fontfacekit/stylesheet.css);

.box-libro-risposte{
  padding:20px 0;
  width: 680px;
  border:none;
  font-family: 'GothicUltraOTRegular', cursive;
}
#libro{
  position: relative;
}
#oracolo{
  width: 640px;
  height: 427px;
  margin: 0 auto;
  display: none;
}
#oracolo .turn-page{ 
  width: 320px;height: 427px;
  display: block;
  top: 0; right: 20px;
  position: absolute;
  overflow: hidden;
}
#oracolo .turn-page.p1 img{ 
  position: absolute;
  right: 0;
  top: 0;
 }

#oracolo .turn-page.p2,
#oracolo .turn-page.p4{ width: 0; background:url(img/left.l.jpg) 0 0 no-repeat; }
  
#oracolo .turn-page.p3,
#oracolo .turn-page.p5{ background:url(img/right.l.jpg) 0 0 no-repeat; }

#fraseSibilla{
  font-size:30px;
  line-height:1.5em;
  padding: 1em;
  display: block;
  text-align: center;
}

#oracolo a.next{
  position: absolute;
  bottom: 24px;
  right: 24px;
  text-align: right;
  font-size: 14px;
}

/* 4 libri delle sibille in piccolo */
.box-libro-risposte ul{
  width:100%;
  position: relative;
  zoom:1;
} 
.box-libro-risposte ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.box-libro-risposte ul li[nomeFile="cumana.json"]  { background: url(img/cumana.jpg)  no-repeat; }
.box-libro-risposte ul li[nomeFile="delfica.json"] { background: url(img/delfica.jpg) no-repeat; }
.box-libro-risposte ul li[nomeFile="eritrea.json"] { background: url(img/eritrea.jpg) no-repeat; }
.box-libro-risposte ul li[nomeFile="frigia.json"]  { background: url(img/frigia.jpg)  no-repeat; }
.box-libro-risposte ul li{
  width:340px;
  height: 340px;
  margin:0px;
  float: left;
  display: block;
  padding: 0px;
  border: none;
  position: relative;
  cursor:pointer;
}
.box-libro-risposte ul li p{
  /*opacity: 0;*/
  color:#fff;
  font-size: 30px;
  line-height: 1.25em;
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 320px;
  background: url(http://www.leiweb.it/speciali/commons/img/nero50.png) repeat;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.box-libro-risposte ul li:hover p{ 
  /*opacity: 1;*/
}
.box-libro-risposte ul li p strong{
  font-size: 36px;
  display: block;
  }



/* stile del libro che si apre */
#libro{
  width: 680px;
  background: #fff;
  display: none; 
}

#libro .sibille{
  width: 680px;
  margin-top: 10px;
}
  #libro .sibille *{
    float:left;
    }
  #libro .sibille img{
    width: 70px;
    height: 90px;
  }
  
  #libro .sibille .back,
  #libro .sibille .next{
    text-align: left;
    font-size:24px;
    line-height: 26px;
    width: 430px;
    display: inline;
    margin-top: 20px;
    cursor: pointer;
    padding-left: 20px;
  }
  
  #libro .sibille .back{
    margin-top: 30px;
    width: 150px;
    padding-left: 0px;
  }