@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
	background-color: #0f131a;
}


body {
	background-color: #0f131a;
	color:#D5D5D5;	
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
a:link {
	text-decoration: none;
	color:#CCCBCB;
}
a:visited {
	text-decoration: none;
	color:#CCCBCB
}
a:hover {
	text-decoration:none;
	text-transform:none;
	color:#CCCBCB
}
a:active {
	text-decoration: none;
	color:#CCCBCB
}



a.opacity img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

#contenitore {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	
}

#spazio {
	width: 100%;
	float: left;
	margin-top: 80px;
}
	#section__center {
		position: relative;
		width: 1060px;
		max-width: 100%;
		height: auto;
		min-height: 100%;
		/* background-color: red; */
		margin: 50px auto 0 auto;
		color:#fff;
		text-align: center;
	}
	
	#welc {
		position: relative;
		width: 100%;
		height: 300px;
		max-height: 30%;
		background-image: url('/header/header20anni300px.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		
		margin-bottom: 3px;
		border:1px solid #333;
	}
	#welc_profilo {
		position: relative;
		width: 100%;
		height: 600px;
		max-height: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		
		margin-bottom: 0;
		border:1px solid #333;
	}

#welc_text {
	position: absolute;
	width: 100%;
	text-align: left;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.35);
	padding: 10px;
}
#welc_text h1 {
		font-size: 1.7em;
	  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

#puls_fast {
		position:relative; display: block; float:left; width: 100%; color: #fff; font-size: 12px; text-align: center; margin: 1px auto 10px auto;
		/* background-color:rgba(39,71,147,0.50); */
		padding:20px 0 20px 0;
		border-radius: 5px;
	}
.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; 
	font-size: 14px;
	margin-right: 10px;
}
	.pulsi i {
		font-size: 14px;
		
	}

@media only screen and (max-width:642px){	

    .pulsi i {
        font-size: 24px;
        margin-right: 20px;
    }
    .pulsi_txt {
    display: none;
    }
#coda {
	display: none;
}

}


#impag {
	background-color:rgba(20,30,51,1.00);
	color:#fff;
	float: left; 
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	padding: 10px 0 10px 0;
	border-radius: 10px 10px 0 0;
}
#impag h3 {
	margin-bottom: 20px;
}

	a.button-page{
        background: #ECECEC;
        border-radius: 15px;
        padding: 5px 10px;
        display:inline-block;
        font-family: arial;
        font-weight: bold;
        color:#7f7f7f;
        text-decoration: none;
        text-shadow:0px 1px 0px #fff;
        border:1px solid #a7a7a7;
        width: auto;
		/*max-width: 14%;*/
		height: 30px;
		text-align: center; /* orizzontale */
		line-height: 20px; /* verticale */
		/* float: left;*/
        margin:2px 2px 2px 0;
        box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition:box-shadow 0.5s;
    }
    a.button-page i{
        float: right;
        margin-top: 2px;
    }
    a.button-page:hover{
        box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    }
    a.button-page:active{
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
        background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
		
    }

#containo {
	position: relative;
	width: 1060px;
	height: auto;
	margin: 80px auto 0 auto;
	max-width: 100%;
	padding: 0;
    text-align: center;
}

#spazio2 {
	position: relative;
	display: inline-flex;
	float: left;
	height: 80px;
	width: 100%;
}
#coda {
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%; 
	background-color:rgba(0,0,0,0.56);
	float: left; 
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
  	font-style: normal;
	z-index: 99;
	padding: 10px 0 10px 0;
}

.btn00 {
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid transparent;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius:10px;   
	background-color: #FFF;
	padding: 6px 12px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn00:link, .btn00:visited, .btn00:active {
	text-transform: none;
	text-decoration: none;
	color: #333;
}
.btn00:hover {
	background-color: rgba(227,91,94,1.00);
	color:#FFF;
}

	.cornice_ad {
		display: block;
		border: 0;
		padding: 5px;
		width: 1060px;
		max-width: 99%;
		min-height: 160px;
		margin: 40px auto 0 auto;
		text-align: left;
		font-size: 1.2em;
		font-family: "Poppins", sans-serif; 
		color: #9F9F9F;
		text-align: justify;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		padding:10px 10px 10px 10px;
	}

/*
fieldset {
	margin: 5px auto 5px auto;
	border: 1px solid;
	border-radius: 10px;
    border-color: #FFFFFF;
	background-color:#333333;
	

}
fieldset h1 {
	margin: 0 0 0 0;
	  font-weight: 300;
}
legend {
	color: #FFFFFF;
	font-size: 14px;
}

input, select, submit {
	width: 200px;
	max-width: 90%;
	height: 25px;
	font-size:16px;
	margin-bottom: 5px;
	background-color: #666;
	border: solid #000000 1px;
	color: #FFFFFF;
	
}

textarea{
	width: 50%;
	min-heght: 150px;
	height: 150px;
	background-color: #666;
	border: solid 1px;
	color: #FFFFFF;
	font-size:16px;
}

#abbonam input {
	width: 677px;
	height: 234px;
}



#commento {
	position: relative;
	float:left;
	width: 360px;
	border-bottom: 1px solid #7C7C7C;
	overflow-y: hidden;
	margin-right: 40px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	text-align:justify;
	padding:0 0 5px 0;
}
#commento_racc {
	position: relative;
	float:left;
	width: 360px;
	height: 320px;
	border-bottom: 1px solid #7C7C7C;
	overflow-y: hidden;
	margin-right: 40px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	text-align:justify;
	padding:0 0 5px 0;
}

.icone, .language {
	width: 22px;
	height: 22px;
	float: left;
	vertical-align: middle;
}
#fondo {
	position: absolute;
	width: 100%;
	bottom:0; 
	left: 0;
    padding: 0;
}

.mexage{
    font-family: 'Roboto', sans-serif;
   
    text-align:justify;
	font-style:italic;
	color:#FFFFFF;
	font-weight:normal;
}
.azatar {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: top;
	-moz-border-radius:999em;  
	-webkit-border-radius:999em; 
  	-o-border-radius: 999em; 
	-khtml-border-radius: 999em;
    border-radius:999em;
	border: 1px solid transparent;
}

.titono {
	font-size:20px;  
	font-weight: bold;
	color:#207AD8;
}
.titono:hover {
	color:#FFF;
}
.continua {
	color:rgba(93,162,225,1.00);
}
.continua:hover {
	color:#FFF;;
}

.titono2 {
	font-size:16px;  
	font-weight: bold;
	color:#207AD8;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
}
.autore {
	font-size: 20px;
	font-weight: bold;
	color:#207AD8;
}
#bottoni {
	float: left;
	display: table;
}

.piccoli {
	font-size:12px; 
	text-transform: capitalize;
	font-weight: normal;
}
.zoz {
	margin-top: 40px; 
	margin-bottom: 40px; 
	font-family: 'Roboto Condensed', sans-serif !important;
	text-transform: capitalize;
}

.nomeloc {
	font-family: 'Roboto Condensed', sans-serif !important; 
	font-weight: bold; 
	font-size:  30px;
}

.ciao {
	font-family: 'Roboto Condensed', sans-serif !important;
	color:#8C0000;
	
}
.ciao_due{
	font-family: 'Roboto Condensed', sans-serif !important;
	color:#fff;
	
	font-size:20px;
	margin-left: 10px;
	text-align:center;
}
.ciao_due_b{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold;
	color:#FF5656;
	font-size:20px;
	margin-left: 10px;
	text-align:center;
}






#story {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 0 auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	text-align: justify;
	}
#autore {
	border: 1px solid #333;
	max-width: 33%;
	float: left;
	margin: 20px 20px 20px 0;
}
#comment_list {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 0 auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	
	}
#comment_list ul {
	padding-left: 0;
	list-style: none;
	list-style-position: inside;
}
#comment_list li {
	width: 100%;
	height: auto;
	float: left;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	
}

#inscomm {
		width: 1000px;
		max-width: 90%;
		margin: 0 auto 0 auto;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	}
input[type=text] { }
#comm_testo {
	width: 80%;
	height: 100px;
	float: left;
	vertical-align: top;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	color:#F56A6D;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	background-color: #222;
}
#inscomm input[type=submit] {
	width: 19%;
	height: 100px;
	float: left;
	border:1px solid #666;
	border-radius: 20px;
	margin: 0 auto 20px 0;
	padding: 5px;
	background-color:#466EB4;
	color: #FFF;
}
#inscomm input[type=submit]:hover {
	background-color: #99B9CB;
}

#contenuti {
		position: fixed; 
		bottom:40%; 
		right: 0px; 
		width: 100px; 
		padding:5px; 
		text-align: center; 
		background-color:rgba(34,34,34,0.5); 
		color: #FFF; 
		z-index: 89;  
		border:1px solid #333; 
		border-top-left-radius: 20px; 
		border-bottom-left-radius: 20px; 
		font-size:10px;
	}



.input_uni {
    height: 36px; 
    font-size: 24px; 
    width: 220px; 
    background-color: #333; 
    color: #fff; 
    border: 1px solid #222;
    margin-bottom: 5px;

}
.salva {
    width: 800px; 
    max-width: 98%; 
    margin: 0 auto 0 auto; 
    border: 1px solid;
    border-color: #585858;
    text-align: center;
    background-color: #148830;
    font-size: 1.5em;
    padding:10px 0 10px 0;
    color:#fff;
    border-radius: 5px;
}
.salva:hover {
    background-color:#AC5C6B;
    cursor: pointer;
}
#errore {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid;
    border-color: #585858;
    text-align: center;
    background-color:#DB3B3D;
    font-size: 1.5em;
    padding:10px 0 10px 0;
    color:#fff;
    border-radius: 5px;
}
#quadro, #quadro2, #quadro3 {
    position: relative;
    float: left; 
    width: 180px;  
    height: 280px;
    max-width: 45%; 
    margin: 5px 5px; 
    border:1px solid #333; 
    background-color: #222; 
    padding: 0; 
    text-align: center; 
    color:#E4E4E4;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
#quadro2:hover {
    background-color:#AA393B;
}

#ant {
    position: relative; 
    overflow: hidden; 
    padding: 0;
    height: 180px; 
    opacity: 0.70;
    border-bottom: 1px solid #333;
    background-color:rgba(0,0,0,0.74);
}
#ant:hover {
    opacity: 1.0;
}
.down {
    margin: 0 auto 0 auto;
    width: 100%;
}
.up {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
    opacity: 0.0
}
.linkio {
    color:rgba(217,53,56,1.00);
}
.azatar {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: top;
		    
	-moz-border-radius:999em;  
	-webkit-border-radius:999em; 
  	-o-border-radius: 999em; 
	-khtml-border-radius: 999em;
    border-radius:999em;
	border: 1px solid transparent;
}
.no_desc {
	font-style: italic;
	font-weight: lighter;
	color:#fff;
    font-size: 12px;
}
.Stile43 {
	font-size: 10px; 
    color:#D39759;
}
.Stile44 {
	font-size: 10px; 
}
.stile_comm {
	color:#CEDD76;
	font-size: 14px; 
}
.arancio {
    color: #D39759;
    font-size: 12px;
}

#quadroant {
		position: relative;
		width: 22%; 
		max-height: 200px;
		max-width: 100%; 
		overflow: hidden;
		border:1px solid grey; 
		float:left; 
		margin:5px 5px 0 0;
		color:#efefef;
		background-color:rgba(0,0,0,0.53);
		}
#quadroant:hover {
		background-color: rgba(0,0,0,1.00);
	}
.sottop {
	max-width: 100%; min-height: 200px;
}


.soprap {
	position:absolute; 
	top:0;
	left:0;
	width: 100%; 
	height: 100%;	
	filter: alpha(opacity=100); -moz-opacity: 0.0; -khtml-opacity: 0.0;  opacity: 0.0;
}
#dettagli {
    position:absolute; 
    bottom:0; 
    left: 0; 
    width: 100%; 
    background-color: rgba(0,0,0,0.75)
}
#loader-icon {
    position: absolute;
    top:50%;
    left:50%;
    z-index: 100;
}
#progress-bar {
    background-color: #12CC1A;
    height:20px;color: #FFFFFF;
    width:0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;}
#progress-div {
    border:#0FA015 1px solid;
    padding: 5px 0px;
    margin:30px 0px;
    border-radius:4px;
    text-align:center;}
    
.blur {
        -webkit-filter: blur(5px);
	    filter: blur(5px);
    }
#sx {
	position:absolute;
	top:50%;
	left:20px;
	z-index:9000; 
	}

#dx {
	position:absolute;
	top:50%;
	right:20px;
	}
#sx img, #dx img 
	{ 
	width: 100px;
	height: 100px;
	z-index:9000; 
	}
.bottone4, .bottone5, .bottone6 {
	max-width:95%;
}


a.bottone4 {
	display: block;
	width: 300px;
	height: 25px;
	margin: 10px auto;
	border: 2px solid;
	border-color: #555555;
	background-color: #660000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top left;
	border-top-left-radius: 15px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 25px;
	background-image: url('https://cuckold.net/img_new/comm_leggi.png');
	
}
a.bottone5 {
	display: block;
	width: 300px;
	height: 25px;
	margin: 10px auto;
	border: 2px solid;
	border-color: #555555;
	background-color: #660000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top left;
	border-top-left-radius: 15px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 25px;
	background-image: url('https://cuckold.net/img_new/comm_scrivi.png');

}
a.bottone6 {
	display: block;
	width: 300px;
	height: 25px;
	margin: 10px auto;
	border: 2px solid;
	border-color: #555555;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: top left;
	border-top-left-radius: 15px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 25px;
	background-image: url('https://cuckold.net/img_new/comm_fake.png');
}

a.bottone4:hover, a.bottone5:hover, a.bottone6:hover {
	border-color: #990000;
	background-color:#DD4042;
	text-transform: uppercase;
}
.logofinal {
    float: left; margin-right:5px; height:60px; vertical-align: middle;
}
@media only screen and (max-width:641px){	

    
    #quadroant {
		width: 44%;
	}
    
	#commento { 
		margin: 0 auto 5px auto;
		float: none;
		width: 100%;
	}
	#contenuti {
		display: none;
	}
	#containo {
	margin-left: 10px;
}
	#sx img, #dx img 
	{ 
	width: 50px;
	height: 50px;
	z-index:1000;
	}
    
}

*/