header {
	position:fixed;
	width: 100%;
	float:left;
	padding: 0 0 0 0;
	z-index: 901;
	top:0;
	left: 0;
	/*height:40px;*/
	min-height: 40px;
	vertical-align: middle;
	background-color: #222;
	background-image:none;
	font-family: open sans,Arial,Helvetica,sans-serif; 
	font-weight: bold;
	color: #E9E9E9;
	border: 0px;
	border-bottom:1px solid #D5AD6D;
	border-top:1px solid #D5AD6D;
	text-align:center;
	font-size: 14px;
}

header a:hover{
	text-decoration: none;
	text-transform: none;
}

header fieldset {
	padding:0;
	margin:0 auto 0 auto;
	border:0;
	} 

/* login button */
header form {
	padding: 0 0 0 0;
	margin:0;
}

header input {
	border: 0;
	margin-top:4px;
	height: 18px; 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	text-align: center;
}

header a:hover {
	/*background-color: #D5AD6D;*/
	text-decoration: none;
}

header input[type="submit"] {
	width: auto;
	padding: 0 10px 0 10px;

	background: #222222;
 background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#D5AD6D));
 background: -webkit-linear-gradient(top,  #333333,  #D5AD6D);
 background: -moz-linear-gradient(top,  #333333,  #D5AD6D);
 background: -ms-linear-gradient(top,  #333333,  #D5AD6D);
 background: -o-linear-gradient(top,  #333333,  #D5AD6D);
 background: linear-gradient(top,  #333333,  #D5AD6D);
}

header input[type="submit"]:hover {
	background: #ffffff;
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D5AD6D));
 background: -webkit-linear-gradient(top,  #ffffff,  #D5AD6D);
 background: -moz-linear-gradient(top,  #ffffff,  #D5AD6D);
 background: -ms-linear-gradient(top,  #ffffff,  #D5AD6D);
 background: -o-linear-gradient(top,  #ffffff,  #D5AD6D);
 background: linear-gradient(top,  #ffffff,  #D5AD6D);
}
	
	
	header ul {
        display:block;
        list-style:none;
        padding:12px 10px;
        height:21px;
		text-align: center;
		text-transform: none;
		text-decoration:none;
		/*width: 100%;*/
		width: 800px;
		max-width: 100%;
		margin: 0 auto 0 auto;
		font-size: 16px;
    }
    header ul li {
        /*float:left;
		display: table-cell;*/
		display:inline-block;
        font-weight:bold;
		text-transform: none;
		text-decoration:none;
    }
    header ul li a {
        color:#FFF;
		text-transform: none;
		text-decoration:none;
        padding:6px 15px;
        cursor:pointer;
    }
    header ul li a:hover {
       /* background:#425B90;*/
		text-transform: none;
		text-decoration:none;
        cursor:pointer;
    }
#scritti {	
	position: relative; 
	width: 100%; 
	float: left; 
	padding: 0 0 0 0;
	color:#8C0000;
	margin-top:29px;
	margin-bottom: 10px;	
	border-bottom:1px solid #D5AD6D; 
	border-left: 0; 
	border-right: 0; 
	height: 40%; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
	z-index: 0;
}
#scritti-sans {
	position: relative;
    width: 100%; 
    float: left; 
    padding:0 0 0 0;
    color:#8C0000;
	text-align:center; 	
	margin-top: 44px;  
	margin-bottom: 10px;
	border-bottom:1px solid #D5AD6D; 
    border-left: 0; 
	border-right: 0;       
    /*height: 150px;*/
    line-height: 80%;
    font-family: 'Abril Fatface', cursive; 		
    background-image: url('/img/head/logo_gold.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
#scritti_racconto {
	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	background-color:rgba(0,0,0,0.64); 
	text-align: left; 
	padding: 0;
	z-index: 1; 
}
#scritti_racconto h1 {
	font-size: 2em; 
	color:#fff; 
	margin-left: 10px;
	padding: 0;
	text-shadow: 2px 2px 8px #000000;
	font-family: 'Abril Fatface', cursive;
}


        
 .fas, .far, .fal {
	color:#BCBCBC;
}
.fas:hover, .far:hover, .fal:hover {
	color:#C35F61;
}   

#noti_Container {
	position:relative;
	/*margin-right: 15px;*/
	width: 60px;
	/*
	background-color: #000000;
	border:1px solid #FFF;*/
    }
       
    /* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
        width:22px;
        height:22px;
        line-height:22px;
       /* margin:-3px 5px 0 10px;*/
        cursor:pointer;		
	font-size: 12px;
}
       
    /* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
        display:block;
        position:absolute;
		top:0px;
        left:14;
        background:#E1141E;
        color:#FFF;
        font-size:12px;
        font-weight:normal;
        padding:1px 3px;
        margin:-8px 0 0 10px;
        border-radius:2px;
        -moz-border-radius:2px; 
        -webkit-border-radius:2px;
        z-index:1;
    }
        
    /* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
    #notifications {
        display:none;
        width:430px;
        position:absolute;
        top:30px;
        left:0;
        background:#FFF;
        border:solid 1px rgba(100, 100, 100, .20);
        -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
        z-index: 0;
    }
    /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
    #notifications:before {         
        content: '';
        display:block;
        width:0;
        height:0;
        color:transparent;
        border:10px solid #CCC;
        border-color:transparent transparent #FFF;
        margin-top:-20px;
        margin-left:10px;
    }
        
    header h3 {
        display:block;
        color:#333; 
        background:#FFF;
        font-weight:bold;
        font-size:13px;    
        padding:8px;
        margin:0;
        border-bottom:solid 1px rgba(100, 100, 100, .30);
    }
        
    .seeAll {
        background:#F6F7F8;
        padding:8px;
        font-size:12px;
        font-weight:bold;
        border-top:solid 1px rgba(100, 100, 100, .30);
        text-align:center;
    }
    .seeAll a {
        color:#3b5998;
    }
    .seeAll a:hover {
        background:#F6F7F8;
        color:#3b5998;
        text-decoration:underline;
    }
.invisibile {
		display:inline-block;
	color: #fff;
	}

	
.titolo {
	color:	#D5AD6D; /*if no support for background-clip*/	
	font-size:45px;
	line-height:40px;	
	
	}
.titolo_nick {
	color:	#D5AD6D; /*if no support for background-clip*/	
	line-height:40px;	
	/*text-shadow: -1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; */
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 3em; 
			font-weight: normal;
	
	}
.sottotitolo{
	font-size:13px;
	color: #ffffff;
	}
.za {
	color:	#D5AD6D; /*if no support for background-clip*/
	font-size:13px;
	}
.avas {
	width: 38px;
	height: 38px;
	/* margin-top:2px; 
	margin-left: 15px; */
	margin-right: 2px;
	vertical-align: middle;
	border: 0;
	/*border:solid 1px;*/
	border-color:#75CBDD;

	border-radius:999em;    
-moz-border-radius:999em;  
-webkit-border-radius:999em; 
  -o-border-radius: 999em;   
}

/* mini dropdown menu */

.dropbtn {
  /*background-color: #4CAF50;
	background-color: #207AD8;*/
	background-color: #333;
	border:1px solid #000;
	border-radius: 5px;
  color: white;
  padding: 6px;
	float: left;
  font-size: 16px;
  cursor: pointer;
}

.dropdown {
  position: relative;
	margin-right: 20px;
	margin-left: 5px;
	height: 100%;
	float:left;
	line-height: 40px;
  /*display: inline-block;*/
}

.dropdown-content {
  display: none;
  position: absolute;
	top:40px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
	line-height: normal;
	border: 1px solid #000;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color:#CC6869;
}
/* mini dropdown menu fine */

.invisibile {
	
}




.sito {
    font-family: 'Playfair Display', serif;
   letter-spacing: -3px;
   font-size: 4em;
   font-weight: bold;
   background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
    line-height: 1.6;
}

.pulsi {
    display: inline;
    padding:5px;
    margin: 5px;
    text-transform: none;
    text-decoration: none;
}.pulsi a {
        text-transform: none;
    text-decoration: none;
}
.pulsi:hover {
    border-bottom: 2px solid;
    border-color: #efefef;
    text-transform: none;
    text-decoration: none;
}
.pulsi_txt {
   font-family: 'Roboto', sans-serif; 
}

@media only screen and (max-width:642px){	

    .pulsi i {
        font-size: 24px;
        
    }
    .pulsi_txt {
    display: none;
    }
	header ul {
        width: 100%;
		margin-left: 20px;
		font-size: 16px;
		text-align: left;
    }
	
	.dropdown {
		margin-left: 0;
		/* display: none; */
		
	}
	.invisibile {
		display: none;
	}
	#noti_Container {
		width: 50px;
	}	
 #noti_Button, .fas, .far, .fal {
	font-size: 10px;
}	
	#noti_Counter {     
        margin:-8px 0 0 5px;

    }
    .sito {
        font-size: 2em;
    }

}
	
