@charset "utf-8";
body{
	margin: 0 auto;
	background-color:#F2F2F2;
	text-align:center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	background-image:url(https://i.imgur.com/dm5bMhJ.png);

}
.template{
	width:100%;
	height:100%;
	min-width:1100px;
	border:0px solid #666;
}
.template_top{
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 5px #CCC;
}

.template_top_div{
	width:1050;
}

.template_top_div_dominio{
	float:left;
	width:230px;
}


.template_top_div_menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	float:left;
	background-color: #FC7958;
	padding:10px 20px 10px 20px;
	margin:5px 10px 0px 10px;
	cursor:pointer;
	float:right;
	border-radius:15px;
}
.template_top_div_menu:hover{
	box-shadow: 0px 0px 5px #CCC;
}

.template_video{
	box-shadow: 0px 0px 5px #666;
	height:100%;
	width:auto;
	min-height:450px;
}

.template_chat{
	box-shadow: 0px 0px 5px #666;
	height:100%;
	min-height:450px;
	width:400px;
	background-color:#FFF;
}

.template_sponsor{
	width:230px;
	height:150px;
	box-shadow: 0px 0px 5px #FFF;
	padding:2px;
	margin:0px 10px 0px 10px;
	background-color:#FFF;
	cursor:pointer;
}

.template_box_testo{
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px #CCC;
	padding:0px 10px 0px 10px;
	width:auto;
	height:92%;
}

.template_contatti{
	width:100px;
	height:100px;
	box-shadow: 0px 0px 5px #FFF;
	padding:2px;
	margin:0px 10px 0px 10px;
	background-color:#FFF;
	cursor:pointer;
}






.template_bottom{
	background-color:#FFF;
	box-shadow: 0px 0px 5px #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding:10px 20px 10px 20px;
}



.template_pop{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0,0,0,0.5);
	display:none;
}
.template_pop_div{
	text-align:center;
	margin:0 auto;
	margin-top:5%;
	width:500px;
	background-color:#F2F2F2;
	box-shadow: 0px 0px 10px #111;
	border-radius:10px;
	padding:20px;
	overflow:auto;
}
.template_pop_div_titolo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FC7958;
	text-align:left;
}
.template_pop_div_linea{
	border:1px solid #FF9933;
}

.template_pop_div_testo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
.template_pop_div_chiudi{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #555;
	cursor: pointer;
	border: none;
	padding:7px 15px 7px 15px;
	margin:10px 20px 5px 15px;
	float:right;
}
.template_pop_div_chiudi:hover{
	box-shadow: 0px 0px 10px #777;
	background-color: #FC7958;
}































