@charset "utf-8";
	

	




	@font-face {
	font-family:"Exocet Light";
	src:url("../font/EXL_____.eot?") format("eot"),
	url("../font/EXL_____.woff") 
	format("woff"),url("../font/EXL_____.ttf") 
	format("truetype"),url("../font/EXL_____.svg#ExocetLight") format("svg");
	font-weight:normal;font-style:normal;
	}
	
	*{
	margin:0px;
	padding:0px;	
	}

	body{
	background-color:#0A0907;
	overflow-x:hidden;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	}
	
	img{
	margin:auto;
	padding:auto;	
	}

	li{
	list-style-type: none;
	}

	h1, h2, h3, h4, h5{ font-family: "Exocet Light";}

	p{}

	.centerer{
  	height: 100%;
  	white-space: nowrap;
	}

	.centerer::before{
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em;
	}

	.vertical{
  	display: inline-block;
  	vertical-align: middle;
	}

	.nav{
	position: fixed;
	top: 0px;
  	z-index: 1;
	display: inline-block;
	background-image: url("../img/nav.png");
	background-repeat: no-repeat;
	height: 97px;
	width: 123px;
	background-size: cover;
	}

	.home{
	left: 0px;
	background-position: top left;
	}

	.archivio{
	right:0px;
	background-position: top right;
	}

	.home::after{
	left: 3px;
	}

	.archivio::after{
	right: 3px;
	}

	.nav::after{
	content: "";
	width: 55px;
	height: 55px;
	position: absolute;
	box-shadow: 0px 0px 20px 8px #ff600000;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	top: 4px;
	}

	.nav::before{
	color: #9d9382;
 	position: absolute;
  	transform: rotate(90deg);
  	top: 104px;
	font-family: "Exocet Light";
	font-size: 18px;
	}

	.home::before{
	content: "home";
	left: 3px;
	}

	.archivio::before{
	content: "archivo";
  	right: -11px;
  	top: 121px;
	}

    .nav:hover::before{color: #fff}

	.current::after{
	
}

	.nav:hover::after{
	box-shadow: 0px 0px 20px 8px #ff6000e3 !important;
	}

	/*-----Corpo inizio-----*/
.contenitore{
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.logo{
  background-position: center;
  height: 290px;
  background-size: contain;
  background-image: url("../img/logo2.png");
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 290px;
  background-repeat: no-repeat;
}

.eyelogo{
  background-position: center;
  background-size: contain;
  background-image: url("../img/eye logo.png");
  position: absolute;
  display: inline-block;
  width: 27%;
  background-repeat: no-repeat;
  padding-bottom: 28%;
  top: 35%;
  left: 37%;
  box-sizing: border-box;
  animation-name: eyelogo;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes eyelogo {
	0% {top: 35%;  left: 37%;}
    10% {top: 34%;  left: 35%;}
	20% {top: 36%;  left: 36%;}
	30% {top: 36%;  left: 34%;}
	50% {top: 37%;  left: 34%;}
	55% {top: 33%;  left: 38%;}
	60% {top: 33%;  left: 38%;}
	75% {top: 37%;  left: 38%;}
	100% {top: 35%;  left: 37%;}
	}

.logo_box{
  height: 100vh;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-image: url("../img/tile1.jpg");
  background-position: center;}

.logo::before{
  content: "- Ostium Sibi -";
  color: #fff;
  font-family: "Exocet Light";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -55%;
  font-size: 29px; 
  font-weight: 600;
  animation-name: ostium;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;white-space: nowrap;
}

@keyframes ostium {
    0% {content: "- x qo 0x x xm xq -";}
	10%{content: "- OQt mq 0 qx 0x -";}
	20%{content: "- 0mt ox o xiq0 -";}
	30%{content: "- mxt 0qm 0ixx -";}
	40%{content: "- xotx0m qib0 -";}
	50%{content: "- Oqt0xm 0ibq -";}
	60%{content: "- O0txum xibo -";}
	70%{content: "- Ootqum Sibx -";}
	80%{content: "- Ostxum Sibo -";}
	90%{content: "- Ostqum Sibi -";}
	100%{content: "- Ostium Sibi -";}
	/*
	0% {letter-spacing: 9px;content: "...... ....";}
	10%{content: "..t... ....";}
	20%{content: "..t... .i..";}
	30%{content: "..t..m .i..";}
	40%{content: "..t..m .ib.";}
	50%{content: "O.t..m .ib.";}
	60%{content: "O.t.um .ib.";}
	70%{content: "O.t.um Sib.";}
	80%{content: "Ost.um Sib.";}
	90%{content: "Ost.um Sibi";}
	100%{content: "Ostium Sibi";letter-spacing: 0px;}*/

}

.logo::after{
  content: "";
  background-image: url("../img/rune.png");
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  margin: 0 auto;
  background-position: center;
  background-size: 100% auto;
  opacity: 0.7;
  animation-name: rune;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rune {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}

.logo_box h1{color:#fff; margin-top: 100px;}

.spacer{
  background: #000;
  padding: 60px;
  color: #6A6A6A;
  background-image: url("../img/bg.jpg");
  background-size: 600px;
  background-attachment: fixed;
  text-align: center;
  text-shadow: 0px 4px 10px #000;
  box-shadow: 0px 10px 42px #000 inset;
  background-position: center;
}

.spacer h2 {
  padding: 10px;
  color: #efe0c6;
}

.break{max-width: 115px;
  margin: 15px auto;
  height: 2px;
  background: #353535;	
}

.border_break {
  height: 14px;
  background-image: url("../img/section-border.png");
  width: 100%;
  background-color: #111;
  box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.79);
  position: relative;
  background-size: auto 100%;
}

.intro_box p {
  max-width: 540px;
  margin: 0 auto;
  padding: 15px;
}

.storia_box_inner{
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.storia_box{
  width: 100%;
  display: inline-block;
  padding: 50px;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-image: url("../img/bg2.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: #181715;
}

.archivio_paper{
  background-size: 100% auto;	
  background-color: #181715;
  background-position: top;
}

.paper_box {
  width: calc(100% - 450px);
  margin: 50px auto;
  position: relative;
  border: 43px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: url("../img/border_paper.png") 43 round;
  line-height: 1.3;
  float: left;
  box-sizing: border-box;
	box-shadow: 0px 42px 23px -32px black;
}

.img_paper_pad{
  padding: 0 8%;
  box-sizing: border-box;
}

.coin{
	height: 203px;
  width: 360px;
  background-image: url("../img/coin.png");
  position: absolute;
  right: 26%;
  background-size: contain;
  bottom: -116px;
  z-index: 1;}

.paper_box_inner{
	background: #efe0c6;
	padding: 10px 30px 15px;
}

.paper_box::after {
  content: "";
  background-image: url("../img/papert_top.png");
  position: absolute;
  width: 280px;
  height: 41px;
  background-size: 100% auto;
  top: -66px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.paper_box a{
  padding: 10px 55px;
  display: inline-block;
  margin: 25px auto 0px;
  border-radius: 25px;
  background: #514c46;
  color: #efe0c6;
  text-decoration: none;
  font-family: "Exocet Light";
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.paper_box a:hover{
background: #ceb699;
	color: #000;
}

.paper_box p{
  border-bottom: 1.5px solid #aa9c89;
  padding-bottom: 16px;
  white-space: normal;
  text-align: left;
}

.paper_title{
  border-bottom: 1.5px solid #aa9c89;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

.angle_paper_1, .angle_paper_2, .angle_paper_3, .angle_paper_4{
  background-image: url("../img/angle_paper.jpg");
  position: absolute;
  width: 43px;
  height: 43px;
  background-size: 100% auto;
}

.angle_paper_1{
	top: -43px;
	left: -43px;
}
.angle_paper_2{
	top: -43px;
	right: -43px;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.angle_paper_3{
	bottom: -43px;
	left: -43px;
	-webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.angle_paper_4{
	bottom: -43px;
	right: -43px;
	-webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}

.chic_box_outer{
	float:left;
	width: 400px;
	padding-top: 20px;
	position: relative;
}

.chic_box{
  width: 430px;
  margin: 35px 0px 0px 20px;
  position: relative;
  border: 43px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: url("../img/borderchic.png") 43 round;
  line-height: 1.3;
  box-sizing: border-box;
  box-shadow: 0px 42px 23px -32px black;
  z-index: 2;
}

.chic_box::after{
  content: "";
  background-image: url("../img/borderchicangle.png");
  position: absolute;
  width: 249px;
  height: 146px;
  background-size: 100% auto;
  top: -69px;
  right: -73px;
}

.chic_box::before{
  content: "";
  background-image: url("../img/borderchicangle2.png");
  position: absolute;
  width: 137px;
  height: 79px;
  background-size: 100% auto;
  top: -50px;
  left: -43px;
}


.chic_box ul::before{
  content: "";
  background-image: url("../img/switchlight.png");
  position: absolute;
  height: 39px;
  width: 39px;
  top: -22px;
  right: -37px;
  background-repeat: no-repeat;
  background-position: 0% 42%;
  background-size: 100%;
  border-radius: 100px;
  z-index: 1;}


.chic_box .quest::before {background-position: 0% 69.5%;}
.chic_box .char::before {background-position: 0% 35.5%;}
.chic_box .item::before {background-position: 0% 104.5%;}

.chic_box ul{
  background: #191b1d;
  padding: 0px 35px 0px 10px;
  box-sizing: border-box;
  text-align: left;
  color: #efe0c6;
  position: relative;
}

.title_chic{
  font-family: "Exocet Light";
  font-weight: 600;
  color: #e1945b;
  font-size: 18px;
  margin: -7px auto 5px;
  border-bottom: 1px solid #837a68;
  padding-bottom: 5px;
}

/*.chic_box li {
  list-style-type: armenian;
  margin-left: 21px;
}*/

.pg_box_inner{
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.pg_box{
  padding: 50px 50px 15px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg3.jpg");
  background-attachment: scroll;}

.pg_box h3, .pg_box p{text-align: left;}

.pg_box .paper_box{
	width: calc(100% - 430px);
}

.pg_box .paper_box_inner{
	padding-left: 155px;
	height: 386px;
}

.avatar{
  width: 630px;
  height: 644px;
  float: left;
  background-size: contain;
  margin-right: -200px;
  position: relative;
  z-index: 1;
}

.load_img{background-image: url("../img/fulvioimg.png"); height: 1px; width: 1px;}
.fulvio_bg{background-image: url("../img/fulvioimg.png");}
.lucio_bg{background-image: url("../img/lucioimg.png");}

.box_stat{
  display: inline-block;
  width: 100%;
  border-bottom: 1.5px solid #aa9c89;
  padding-bottom: 16px;
  margin-bottom: 14px;}

.stat1{
float: left;
  font-family: "Exocet Light";
  margin-right: 20px;
  border-right: 1.5px solid #aa9c89;;
  padding-right: 20px;
  text-align: left;
}

.stat2{
  float: left;
  font-family: "Exocet Light";
  text-align: left;
}

.paper_title{min-height: 22px;}

.paper_title h3{
  float: left;
  margin-right: 15px;
  border-right: 1.5px solid #aa9c89;
  padding-right: 17px;
}

.paper_title h3:nth-last-child(2){
  margin-right: 0px;
  border-right: 0px solid #aa9c89;
  padding-right: 0px;
}

.paper_title h3:nth-last-child(1){
  margin-right: 0px;
  border-right: 0px solid #aa9c89;
  padding-right: 0px;
  float: none; 
  display: grid;
  width: 100%;
}

.pg_box p {
  border: none;
}

.pg_exp{
height: 7px;
  margin: 10px 0px;
  position: relative;
  background: #aa9c89;
  border-radius: 10px;
}

.pg_exp::before{
	width: 40%;
  position: absolute;
  content: "";
  background: #5e5c57;
  height: 100%;
  padding: inherit;
  left: 0px;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
  border-right: 4px solid #efe0c6;
}

.button_switch{
background-image: url("../img/switch.png");
  position: absolute;
  height: 125px;
  width: 125px;
  top: 5%;
  right: 13%;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.button_switch::before{
  content: "";
  background-image: url("../img/switchlight.png");
  position: absolute;
  height: 46%;
  width: 46%;
  top: 22%;
  right: 28%;
  background-repeat: no-repeat;
  background-position: 0% -2.5%;
  background-size: 100%;
  border-radius: 100px;
  box-shadow: 0 0 30px 12px #ff89210;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.button_switch:hover::before{box-shadow: 0 0 30px 12px #ff8921;}

#button_pg_fuvio{}
#button_pg_luciano{}

.fulvio_on .pg_luciano { display: none;}
.fulvio_on .pg_fulvio { display:inline-block;}
.luciano_on .pg_fulvio { display: none;}
.luciano_on .pg_luciano { display:inline-block;}

.archivio_box{
	background-image: url("../img/archiviobg.jpg");
	background-position: center;
  	background-size: cover;
	background-attachment: fixed;
	
}

.archivio_inner{
	padding: 109px 0 49px;
	background: linear-gradient(360deg, #181715 0%, rgba(39,39,39,0) 100%);
}
.archivio_inner h1{
  color: #efe0c6;}

.redt{color: #DD0003;
  border-bottom: none;
  margin: 10px 0 0;
  padding: 0px;
  font-size: 18px;}
/*---------------------- RESPONSIVE---------------------*/

@media screen and (max-width:1200px) {
		
	.paper_box{  
	width: 100%;
	float: none;}
	
	.chic_box_outer{  width: 100%;
	float: none;}
	
	.chic_box{
	width: calc(100% - 20px);
	margin: 27px 0px;	
	}
	
	.avatar{
  	width: 333px;
  	height: 340px;
	float :none;
	margin: 0 auto;
	}
	
	.pg_box .paper_box_inner{
    padding-left: 20px;
    height: auto;
	padding-top: 30px;
	}
	
	.pg_box .paper_box{
  	width: 100%;
  	margin-top: -180px;
	}
	
	.paper_title h3{
    float: none;
 	margin-right: 0px;
  	border-right: 0px solid #aa9c89;;
 	padding-right: 0px;
	}
	
	.chic_box::after{
	content: "";
	background-image: url("../img/borderchicangle.png");
	position: absolute;
	width: 203px;
	height: 122px;
	background-size: 100% auto;
	top: -62px;
	right: -65px;
	}
	
	.button_switch{
  	height: 85px;
  	width: 85px;
  	bottom: 10%;
    right: 8%;
    top: unset;
  	}
	
	.chic_box ul::before{
	height: 33px;  
	width: 33px;  
	top: -22px;  
	right: -36px;  
	}

}

@media screen and (max-width:700px) {
	.storia_box{background-image: url("../img/bg2deg.jpg");}
}

@media screen and (max-width:500px) {
	
	.logo_box{margin-top: -7vh;
		padding-bottom: 7vh;}
	.logo::after {opacity: 0.3;}
	.logo::before {bottom: -22%;}
	.storia_box, .pg_box {padding:15px;}
	.smallhid{display: none;background: none;}
	.paper_box img:nth-child(1){height: 120px; width: 120px;}
	.paper_box_inner{padding: 10px 20px 15px;}	
	.avatar{    width: 235px;    height: 240px;	}	
	.pg_box .paper_box_inner{    padding-top: 130px;  }
	.stat1{width: calc(50% - 41px);}
	.stat1:nth-last-child(2){    padding: 0px;    margin: 0px;    border: none;  }
	.stat2{border-top: 1.5px solid #aa9c89; width: 100%;  padding-top: 16px;	margin-top: 14px;}
	.button_switch{    height: 68px;    width: 68px;      bottom: 6%;    right: 8%;    top: unset;}	
	.nav::before{display: none}
	.nav{   height: 80px;  width: 97px;}
	.img_paper_pad{		padding: 0;}
	
}