@charset "utf-8";
/* CSS Document */

/*	
body{
	font-family: Korolev;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;	
}*/
/*
p{
	margin-top:0px;
}
a{
	text-decoration:none;
	color:#353535;	
}*/
.clear{
	clear:both;	
}
.wrapper{
	width:100%;
	position:relative;
}
.wrapperMargin{
	width:96%;
	margin:2%;	
}
/*
.container{
	width:1170px;
	margin:auto;	
}*/
h1{
	max-width:80%;
	font-size:24px;
	position:relative;
	line-height:40px;
	margin:0;	
	text-transform:uppercase;
	color:#222;
	/* border-bottom:2px dashed #5aafd2; */
}
h3{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	padding-right:10px;
	/* margin:0; */
}
.col{
	float:left;
	width:30%;	
}

.main{
	float:left;
	width:66%;
	margin:0 2%;
	position:relative;
	
}
.img_main{
	width:100%;
	text-align:center;
}
.img_main .img_main_bordi{
	max-width:98%;
	height:auto;
	border:3px solid #14749B;
	cursor:pointer;	
}
.img_altre{
	width:100%;
	padding:1% 0;
	margin-top:1%;
}
.img_altre img{
	max-width:32.3%;
	float:left;
	margin-right:1%;
}
.rating{
	margin: 20px 0;
	color:#FC0;
	width:100%;
	font-size:18px;	
}
.rating i{
	display:inline-block;
	text-align:center;
	width:5%;	
}
.menu_col{	
	width:100%;	
	background-color: #FFF;	
	font-size: 1.2em;
}
.menu_col ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.menu_col ul li{
	text-align: center;
	font-size:18px;
	margin:8px 0;
}
.menu_col ul li a{
	border:1px solid #A4A4A4;
	display: block;
	padding:10px 0;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(254, 219, 63);
	background: -moz-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -webkit-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -o-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -ms-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: linear-gradient(180deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
}
.menu_col ul li a:hover{
	background: rgb(255, 231, 112);
	background: -moz-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: linear-gradient(180deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
}
.link_approfondimenti{
	display:inline-block;
	margin:5px 8px 5px 0;
	border:1px solid #A4A4A4;
	color:#353535 !important;
	background: #9ad7f6;
	font-size:12px;
	padding:5px 0;
	text-align:center;
	width:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.link_approfondimenti:hover{
	background:#b2dff6;
}
.disabled{
	border:1px solid #BBB;
	background-color: #dddddd;
	color: #bbbbbb !important;
	cursor:default;
}
.disabled:hover{
	background-color: #dddddd;
}
.prezzo{
	display:inline-block;
	/* border: 1px solid #A4A4A4; */
	padding:20px;
}
.prezzo_new{
	color:#353535;
	font-size:24px;
	display:inline-block;
	margin-right:5px;
	vertical-align:bottom;
}
.prezzo_old{
	color:#C00;
	font-size:18px;
	text-decoration:line-through;
	display:inline-block;
	margin-right:5px;
	vertical-align:bottom;
	font-weight:bold;
	display:none;
}
.prezzo_link{
	display:inline-block;
	padding:5px 0;
	width:115px;
	margin-left:20px;
	border:1px solid #A4A4A4;
	font-size:16px;
	color:#353535 !important;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(254, 219, 63);
	background: -moz-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -webkit-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -o-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: -ms-linear-gradient(90deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
	background: linear-gradient(180deg, rgb(254, 219, 63) 30%, rgb(255, 187, 50) 70%);
}
.prezzo_link:hover{
	background: rgb(255, 231, 112);
	background: -moz-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
	background: linear-gradient(180deg, rgb(255, 231, 112) 30%, rgb(255, 205, 68) 70%);
}
#logo_ce{
	position:absolute;
	height:50px;
	right:0;
	top:0;
	text-align:center;
}
#logo_ce img{
	max-width:100px;
	min-height:20px;
	max-height:50px;
}
#logo_ce2{
	position:absolute;
	height:35px;
	right:0;
	top:55px;	
}
#logo_ce2 img{
	height:35px;	
}
.dati_main{
	width:100%;
	color:#4a4a4a;
	margin-bottom:10px;
}

.dati_main .sottotitolo{
	font-size:18px;
	font-weight:bold;
	color: #000;
}

.dati_main .spot{
	font-weight:bold;
	color: #000;
}

.dati_main ul{
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:50%;
	list-style-type:none;
}
.dati_main ul li{
	margin:1%;
	width:98%;
	padding:0;
	font-size:14px;	
}
.dati_main a{
	font-weight:bold;
	color:#000;
}
.dati_main a:hover{
	color:#14749B;
}

.info_tec {
	padding: 6px; margin: 8px 0 8px 0;
	background-color: #717171;
	color: #FFF;
	float: left;
}

.dashed{
	border-bottom:2px dashed #5aafd2;
}

.price ul{
	background-color:#eeeeee;
	padding: 14px 0 14px 0;
	margin: 14px 0 14px 0;
	width:100%;
	text-align:center;
	border: 2px dashed #5aafd2;
}

.price ul li{
	font-size: 22px;
	display: inline;
	margin:3%;
	text-align:center;
}

.fumetti_altri{
	width:99%;
	padding:1% 0 1% 1%;
	margin-bottom:10px;
}
.fumetti_altri img{
	max-width:32.3%;
	float:left;
	margin-right:1%;
}
.fumetti_altri .owl-item{
	width:100%;
	height:260px;
}
.fumetti_altri .owl-item div:first-child{
	height:235px;
	width:91%;
	padding:2% 2% 2% 2%;
	margin-right: 5%;
	text-align:center;
	border: 1px dashed #5aafd2;
	position:relative;
}
.fumetti_altri .owl-item img{
	max-width:100%;
	max-height:220px;
	float:none;
	margin:auto;
}
.volumi-elenco-titolo{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	min-height:44px;
	background:#FFF;
	text-align:center;
	padding:2px 0;
}
.timbrato{
	position:relative;	
}
.timbro1{
	position:absolute;
	bottom:15px;
	right:5px;
	width:120px;
	height:120px;
}
.timbro1 img{
	position:relative;
	max-width:100%;
	height:auto;
}
.t1_hover{
	position:absolute;
	z-index:99;
	top:45px;
	left:5px;
	right:5px;
	bottom:40px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.timbro2{
	position:absolute;
	bottom:5px;
	right:5px;
	width:90px;
	height:90px;
}
.timbro2 img{
	position:relative;
	max-width:100%;
	height:auto;
}
.t2_hover{
	position:absolute;
	z-index:99;
	top:38px;
	left:25px;
	right:25px;
	bottom:28px;
	text-transform:uppercase;
	color:#126D95;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.timbro3{
	position:absolute;
	top:-18px;
	right:-30px;
	width:75px;
	height:75px;
}
.timbro3 img{
	position:relative;
	max-width:100%;
	height:auto;
}
.timbro4{
	position:absolute;
	top:5px;
	left:5px;
	width:90px;
	height:90px;
}
.timbro4 img{
	position:relative;
	max-width:100%;
	height:auto;
}
.timbro5{
	position:absolute;
	top:17px;
	right:0;
	width:55px;
	height:55px;
}
.timbro5 img{
	position:relative;
	max-width:100%;
	height:auto;
}
.timbro6{
	position:absolute;
	bottom:5px;
	left:5px;
	width:90px;
	height:90px;
}
.timbro6 img{
	position:relative;
	max-width:100%;
	height:auto;
}

#popup_fumetto{
	position:fixed;
	z-index:101;
	top:20%;
	width:100%;
	color:#000;
	padding:30px 0;
	text-align:left;
	display:none;
	max-height:70%;
	overflow:hidden;
}
#popup_trailer{
	position:fixed;
	z-index:101;
	top:20%;
	width:100%;
	color:#000;
	padding:30px 0;
	text-align:left;
	display:none;
}
#popup_approfondimenti{
	position:absolute;
	z-index:101;
	top:20%;
	width:100%;
	color:#000;
	padding:30px 0;
	text-align:left;
	display:none;
}
.contenitoreRadazionaleSpecifico, .contenitoreRadazionaleGenerico{
	font-size:14px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #DDD;
}
#chiudi_editoriale, #chiudi_trailer{
	position:absolute;
	z-index:102;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	font-size:20px;
	color:#000;
	font-weight:bold;
	cursor:pointer;	
}
#editoriale_cont{
	background:#FFF;
	padding:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#trailer_cont{
	padding:40px 0;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#popup_bg{
	background:rgba(0,0,0,0.5);
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;	
}
.img_dettaglio_big{
	width:100%;
	height:250px;
	cursor:pointer;	
	background-size:cover;
	background-position:top left;
}
.blocco_gadget_dettaglio{
	width:100%;
	margin-top:20px;
	background:#a1a1a1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blocco_gadget_dettaglio .wrapper p:first-child{
	min-height:130px;
}
.menu_gadget_dettaglio{
	width:98%;
	position:relative;
	text-align:left;	
	background:#FF8400;
	border:2px solid #FF8400;
}
.menu_gadget_dettaglio_blu{
	width:98%;
	position:relative;
	text-align:left;	
	background:#5aafd2;
	border:2px solid #5aafd2;
}
.link_gadget_dettaglio{
	font-size:10px;
	display:inline-block;
	font-weight:bold;
	color:#FFF;
	padding:5px;
	min-width:45px;
	text-align:center;
	text-transform:uppercase;	
}
.link_gadget_dettaglio:hover{
	color:#4a4a4a;
	background:#FFF;
}
.link_gadget_dettaglio_sel{
	font-size:10px;
	display:inline-block;
	font-weight:bold;
	color:#4a4a4a;
	background:#FFF;
	padding:5px;
	min-width:45px;
	text-align:center;
	text-transform:uppercase;
}
.immagine_gadget_dettaglio{
	width:29.3%;
	float:left;
	margin:2% 1%;
	padding:1%;
	background:#FFF;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.immagine_gadget_dettaglio_img{
	width:100%;
	height:90px;
	text-align:center;
	overflow:hidden;
}
.immagine_gadget_dettaglio_img img{
	max-width:100%;
	height:auto;
}
.descrizione_gadget_dettaglio{
	width:100%;
	margin:5px 0;
	text-align:center;
	font-size:12px;
	color:#4a4a4a;
	height:65px;
	overflow:hidden;
}
.prezzo_gadget_dettaglio{
	width:100%;
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	color:#4a4a4a;
	font-weight:bold;
}
.input_form{
	width:230px;
	display:block;
	margin:10px auto;
	padding:8px;
	font-size:15px;
	border:1px solid #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsletter_content{
	margin-top:0;
	text-align:center;
}
.newsletter_content .input_form{
	width:auto;
}
.link_altri{
	margin:20px 0;
	padding:10px 0;
	padding-left:15px;
	border-bottom: 2px dashed #5aafd2;
	font-size: 18px;
	position:relative;
	color:#4a4a4a;
	text-align:left;
}
.link_altri:before{
	width:10px;
	top:0;
	bottom:5px;
	left:0;
	content:'';
	position:absolute;
	background:#5aafd2;
}
.link_altri a{
	font-weight:300;
	color:#5aafd2;
}
.link_altri_orange{
	margin:20px 0;
	padding:10px 0;
	padding-left:15px;
	border-bottom: 2px dashed #FF8400;
	font-size: 18px;
	position:relative;
	color:#4a4a4a;
	text-align:left;
}
.link_altri_orange:before{
	width:10px;
	top:0;
	bottom:5px;
	left:0;
	content:'';
	position:absolute;
	background:#FF8400;
}
.link_altri_orange a{
	font-weight:300;
	color:#FF8400;
}
.titolo-riferimento{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding:10px 0;
	margin:0;
}
.hidden{
	display:none;	
}
#blocco-riproposta{
	display:none;
	font-size:16px;
	color:#C00;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
.copyright-fumetto{
	display:block;
	padding:10px 0;
	font-size:0.9em;
	font-style:italic;
}
