<!--
.btn_pags{
	width:150px;
	height:50px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	margin-right:3px;
	background-position:center center;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-size:80%;
	cursor:pointer;
	display:inline-block;
	border:1px solid #999;
}
.btn_pags:not(.pagSel):hover{
	background-color:#EEE !important;
}
.pagSel{
	background-color:#FC6 !important;
}
#pag_paypal{
	background-image:url(../_grafiche/logo_paypal.png);
}
#pag_satispay{
	background-image:url(../_grafiche/logo_satispay.png);
}
#box_pagamento{
	display:none;
	clear:both;
	width:100%;
	background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
	margin-top:20px;
	margin-bottom:40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.boxVis{
	display:block !important;
}
#elenco_corsi{
	border-top:1px solid rgba(0,0,0,0.2);
	margin-top:20px;
	text-align:left;	
}
#elenco_corsi h2{
	 font-size:24px;
	 margin-bottom:0px;
}
#elenco_corsi ul{
	margin-top:0px;
	padding-left:20px;
}
#elenco_corsi p{
	margin-bottom:0px;
}
#elenco_corsi ul li{
	list-style-type: none;
	padding:0;
	margin:0;
}
#btn_regala, #lab_regala{
	display:inline-block;
	background-image:url(../_img/icona_pacco.png), url(../_grafiche/zoomFrBlackDx.png);
	background-repeat:no-repeat;
	background-position:5px center, right center;
	background-color:#FFF;
	background-size:50px 50px;
	height:60px;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:60px;
	text-align:left;
	vertical-align:top;
}
#btn_regala{
	border-radius:6px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	margin-top:20px;
	float:right;
	cursor:pointer;
	padding-right:50px;
}
#lab_regala{
	background-image:url(../_img/icona_pacco.png), none;
	margin-bottom:15px;
}
.btnVis{
	display:none !important;
}
#chiudi_regala{
	background-image:url(../_grafiche/chMenuN.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
}
#btn_regala span, #lab_regala span{
	font-size:12px;
	line-height:18px;
}
#btn_regala b, #lab_regala b{
	font-size:20px;
	color:#C00;
	line-height:18px;
}
#contYT{
	position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-top: 170px;
    margin-left: -280px;
    text-align: center;
}
#vvv{
	border-radius:5px;
	box-shadow:0px 0px 5px #000;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
	background-color:#000;
}
.vvvVis{
	display:block !important;
}
#contYT h2{
    display: block;
    width: 600px;
	text-align:left;
	clear:both;
}
#anteprime{
	width:600px;
}
#anteprime img{
	border-radius:5px;
	box-shadow:0px 0px 5px #000;
	margin:5px;
	cursor:pointer;
}
#alberello{
	float:left;
	width:187px;
	height:226px;
}
@media only screen and (max-width: 670px){
	#contYT,#anteprime,#contYT h2{
		width:100% !important;
	}
	#contYT{
		margin-left:0px;
		left:0px;
		padding-left:20px;
		padding-right:20px;
		text-align:left !important;
	}
	#alberello{
		float:right !important;
		width:131px !important;
		height:158px !important;
		margin-top:-20px;
	}
	#contYT iframe{
		width:calc(100% + 40px);
		height:auto;
		border-radius:0px;
		margin-left:-20px;
	}
	#anteprime{
		width:calc(100% + 40px) !important;
		margin-left:-20px;
		white-space:nowrap;
		overflow-x:scroll;
		padding-left:20px;
		padding-right:20px;
	}
	#btn_regala{
		margin-bottom:20px !important; 
	}
	#lab_regala{
		margin-top:0px !important; 
	}
	.btn_pags{
		margin-bottom:10px;
		margin-right:0px !important;
	}
	#box_pagamento{
		text-align:center;
	}
	#pag_cont{
		margin-top:30px !important;
		margin-bottom:10px !important;
	}
}
#pulsanti{
	text-align:center;
}
#pulsanti div{
	display:inline-block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color: rgba(0,0,0,0.2);
	color:#000;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 2px;
	margin-right: 2px;
	height:32px;
	line-height:36px;
	cursor:pointer;
}
#pulsanti div:not(.bTagOn):hover{
	background-color: rgb(108, 154, 178) !important;
}
.bTagOn{
	background-color: rgba(0,0,0,0.5) !important;
	color:#FFF !important;
}
#lezioni{
	padding-left:30px;
	padding-right:30px;
	/*height:200px;*/
	background-color: rgba(0,0,0,0.5);
    border-radius: 8px;
    display: inline-block;
	padding: 10px;
}
.thumbs{
	display:inline-block;
	width:170px;
	/*height:100px;*/
	margin:5px;
	cursor:pointer;
	vertical-align:top;
	border-left:9px dotted rgba(255,255,255,0.1);
    padding-left:10px;
    white-space: normal;
}
.thumbs:first-child{
	width:150px !important;
	border-left:none !important;
    padding-left:0px !important;
}
.thumbs div{
	display:block;
	width:150px;
	height:100px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	background-color:#000;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center	
}
.thumbs span{
	display:block;
	width:150px;
	/*overflow:hidden;
	text-overflow:ellipsis;*/
	margin-top:10px;
	/*height:20px;*/
	line-height:20px;
	text-align:center;
	color:#FFF !important;
}
.viste{
	height:2px !important;
	vertical-align:middle;
	box-shadow:none !important;
	background-color:transparent !important;
	-webkit-transition:height 0.4s, margin 0.4s;
	transition:height 0.4s, margin 0.4s;
}
.viste div{
	width:1px;
	height:2px !important;
	display:inline-block;
	-webkit-transition:height 0.4s;
	transition:height 0.4s;
}
.frameVis{
	background-color:#FC0 !important;
}
.thumbs div:first-child div{
	width:150px;
	height:100px;
	background-image:url(../__stream/pl/_img/playVideoBig.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50%;
	background-color:rgba(0,0,0,0.4) !important;
	opacity:0;
	/*-webkit-transition:opacity 0.4s;
	transition:opacity 0.4s;*/
}
.thumbs:hover div:first-child div{
	opacity:1 !important;
}

.thumbs:hover .viste, .thumbs:hover .viste div{
	height:6px !important;
}
.thumbs:hover .viste{
	margin-bottom:-4px !important;
}

#videoCont{
	position:fixed;
	top:0px;
	left:-5000px;
	width:100%;
	height:100%;
	z-index:1200;
	background-color:rgba(0,0,0,0.7);
	opacity:0;
	-webkit-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
#videoLezione{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1201;
	background-color:#000;
	background-image:url(../_grafiche/loading_video50.gif);
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:0px 0px 13px #000;
	cursor:pointer;
}
#videoChiudi{
	position:absolute;
	top:7px;
	right:7px;
	width:30px;
	height:30px;
	border-radius:15px;
	z-index:1203;
	cursor:pointer;
	background:url(../_grafiche/fsCh.png) center center no-repeat;
}
.videoVis{
	opacity:1 !important;
	left:0px !important;
}
#videoTitolo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1202;
	padding:10px;
	color:#FFF;
	text-shadow:0px 0px 2px #000;
}
@media only screen and (max-width: 620px){
	#lezioni{
		width: 100% !important;
		border-radius:0px !important;
	}
-->