@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}
#condivisore {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width:110px;
	height:32px;
	z-index:999;
}
#poweredBy {
	position: absolute;
	bottom: 6px;
	left: 8px;
	width:110px;
	height:34px;
	z-index:999;
}
#copertina {
	display:none;
}
#buyLayer{
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 999;
	top: 0px;
	text-align:center;
	background-color:rgba(0,0,0,0.9);
	display:none;
	cursor:pointer;
}
#sensibleArea{
	position: absolute;
	z-index: 998;
	height: 40px;
	width: 100%;
	top: 0px;
	background-color:rgba(0,0,0,0.6);
	display:none;
	cursor: pointer;
}
.navbar_bar{
	position: absolute;
	z-index: 998;
	height: 40px;
	width: 100%;
	top: 0px;
/*	background-color:rgba(0,0,0,0.6);
*/	display:none;
}
.navbar_btn{
	float: left;
	color: rgba(255,255,255,0.5);
}
.navbar_btn:hover{
	color: rgba(255,255,255,1);
}
.thumbnail{
	transform: scale(1.5)translateY(-20px) !important;
}
.testiBuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 40px;
	cursor: default;
}
#ricercaBtn {
	position: absolute;
	bottom: 3px;
	left: 130px;
	width:64px;
	height:64px;
	z-index:1000;
}
.sfogliami_adv {
	display:none;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.70);
    position: absolute;
	z-index:9999999999999;
    top:0;
    left: 0;
}
.sfogliami_adv_content {
	width:50%;
	height:50%;
    min-width: 300px;
    min-height: 200px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
	background-color:#32c5d2;
	color: #ffffff;
	padding:5px;
	text-align:center;
}
h3{
	font-size: 30px;
	text-transform:uppercase;
	font-weight: 700 !important;
}
p{
	font-size: 20px;

}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90px,-90px);
}
.loader_page {
    border: 16px solid #666;
    border-top: 16px solid #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	margin-left:-90px;
	margin-top:-90px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader_container{	
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}
@keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
