@charset "utf-8";
/* CSS Document */

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;
}

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;
    }
        
    #noti_Container {
        position:relative;
		
    }
       
    /* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
    #noti_Button {
        width:22px;
        height:22px;
        line-height:22px;
        border-radius:50%;
        -moz-border-radius:50%; 
        -webkit-border-radius:50%;
       /* background:#FFF;*/
        margin:-3px 10px 0 10px;
        cursor:pointer;
    }
        
    /* THE POPULAR RED NOTIFICATIONS COUNTER. */
    #noti_Counter {
        display:block;
        position:absolute;
        background:#E1141E;
        color:#FFF;
        font-size:12px;
        font-weight:normal;
        padding:1px 3px;
        margin:-8px 0 0 25px;
        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;
		
	}
	
#scritti {
	display:block;
	font-family: 'Birch Std';
	font-weight:lighter;
	font-style: normal;
	color:#8C0000;
	text-align:center; 	
	line-height: 30px;
margin-top:41px;
	margin-bottom: 10px;
}

#scritti 
{
	position: relative; 
	float: left; 
	width: 100%; 
	padding:0; 
	margin-top: 30px; 
	border-bottom:1px solid #D5AD6D; 
	text-align: center; 

background-image: url('https://cuckold.net/img/head/04.png'), url('https://cuckold.net/img/head/07.png');
background-position: top left, top right;
background-repeat: no-repeat;

}
@media only screen and (min-width:631px) and (max-width:831px){
	#scritti {
		background-image:none!important ; 
	}
}
@media only screen and (max-width:631px){
#scritti {
	/* background-image:none!important ; */
	background-image: url('https://cuckold.net/img_new/logo/aaa.png');
	background-size: contain;
}
}
	
.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;
	}
.rotondo22 {
	width: 30px;
	height: 30px;
	/* margin-top:2px; 
	margin-left: 15px; */
	margin-right: 2px;
	vertical-align: middle;
	border: 0;
	/* border:solid 1px #494949;
	-moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;	*/
	border-radius:999em;    
-moz-border-radius:999em;  
-webkit-border-radius:999em; 
  -o-border-radius: 999em;   
}
	
@media only screen and (max-width:642px){	

		.invisibile {
		display: none;
		
	}
	}
	
@media only screen and (min-width:643px){	

	.titolo {
		font-size:90px;
		line-height:80px;
		background: -webkit-linear-gradient(transparent, transparent),
-webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	}
.titolo_nick {
		font-size:70px;
		line-height:80px;
		background: -webkit-linear-gradient(transparent, transparent),
-webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	}
	
	
	.za {
		font-size:26px;
	background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
	.sottotitolo {
		font-size:26px;
	}
	
	}
