body{
margin:0px;
border-top:0px solid #a89072;
}

.fullscreen_box{
position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.label_box
{
font-family:'Pathway Gothic One';
font-size:22px;
color: #5c4d39;
    background-color: #d3b48d;
display: block;
position: absolute;
z-index: 5;
cursor: pointer;
text-align: left;
    padding-left:5px;
vertical-align: middle;
line-height:100%;
width:8%;
}

.dx:after
{
left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(211, 180, 141, 0); border-left-color: #d3b48d; border-width: 8px; margin-top: -8px;

}

.sn:before
{
right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(211, 180, 141, 0); border-right-color: #d3b48d; border-width: 8px; margin-top: -8px;

}

.sn.poi:after, .dx.poi:before
{
   background: url(../img/3d.png) no-repeat 50% 100%;
    content: " ";
      position:absolute;
    display:block;
    width:32px;
    height:22px;
    right:1%;
    top:50%;
    margin-top:-11px;
    
  
}


#casa
{
width:11% !important;
}

#pavimento
{
width:8.5% !important;
}

#battistero
{
width:8.5% !important;
}
#interno
{
width:8.5% !important;
}
#decumano
{
width:8.5% !important;
}
    
    


.titolo_scheda
{
position:absolute;
padding:3%;
font-family:'Pathway Gothic One';
font-size:36px;
color: #5c4d39;
top:0;
left:0; 
width:80%; 
height: 9%;
}

.testi
{
position:absolute;
font-family:'Pathway Gothic One';
font-size:22px;
color: #5c4d39;
padding:5%;
top:9%;
left:0;  
height: 60%;
overflow-y:scroll;
text-align:justify;

}

.slideshow_outer{
    position: absolute;
    
    left: 0px;
    height: 22%;
    overflow: hidden;
    bottom: 0;
    width: 100%;
	
}

.image_slideshow
{
width:120px;
height:120px;
} 

#container
{
margin:auto;
width:100%;
position:relative;
padding:0px;

}

#header
{
position:absolute;
width:100%;
height:129px;
top:0;
left:0;
font-size:16px;
z-index:10;
background-color:rgba(210,180,143,0.9);
min-width:1000px;
}

#footer
{
position:absolute;
width:100%;
height:47px;
bottom:0;
left:0;
font-size:16px;
z-index:10;
background-color:transparent;
min-width:1000px;
}

#footer .subtitolo_siti
{
    border-bottom:none;
}
#button_back_level{
cursor: pointer;
display:none;
/*float:right;*/
    float:left;
	
	margin: 0px;
	padding: 0px;
	/*padding-left: 25px;*/
    
    padding-left: 0;
	font-size:25px;
	font-weight: normal;
	font-family: Pathway Gothic One;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 20px;
	padding-top:9px;
	padding-bottom:9px;
	text-decoration: none;
	background-position: left center;
	/*background-image: url(../img/arrow_lingua.png);*/
	background-repeat: no-repeat;
}
#button_back_level:hover {
	color:#5c4d39;
}
#button_close
{
background-image: url(../contents/pngtrasp.png);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.fullscreen_box{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media only screen and (max-device-width: 480px) {
	.fullscreen_box{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}