html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color:inherit;
  background-color: #890d0a;
	background-image: url(../images/skin_comicsbox.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

a:link {
    color: #0a83e3;
    text-decoration: none;
}
a:visited {
    color: #106aae;
    text-decoration: none;
}
a:hover {
    color: #990000;
    text-decoration: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
	
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1130px) {
  .container {
    width: 1100px;
  }
}




/************************************************************************************
STRUCTURE E HOME
*************************************************************************************/


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: block !important;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  
}



.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}




* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}




.wrapper,
.header,
.footer {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: auto;
}


.headgrey {
	background-color: #3b3b3b;
}


.main {
	background-color: #e9e9e9;
}

.footer-top img {
	width: 100%;
}



.nopadding {
	padding: 0 !important;
}

#header-top {
	background-color:#3b3b3b;
	margin:0;
	background-image: url(../images/skin_comicsbox-header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /*background-attachment: fixed;*/
}

#header-bottom {
	background-color:#000;
	margin:0;
}


.top {
	padding: 0 !important;
	position: relative;
}






#logo {
    width: 300px;
	padding: 0;
	/*float: left;*/
	margin: 0 auto;
}

#logo img {
	width: 100%;
}

#logo_m {
	display: none;
}


#socialmain {
	float: left; 
	margin: 20px 0 0 0;
	display: block;
	color: #a0a0a0;
}


#leaderboard {
    /*float: right;*/
    height: auto;
    margin: 20px 0 20px 0;
    /*width: 728px;*/
    /*background-color: #656565;*/
    display: block;
	text-align: center;
}


#barra-menu {
	float:left;
    position: relative;
}




#homeleft{
	width: 770px !important;
	float: left;
	  position: relative;
	  min-height: 1px;
	  padding-left: 15px;
	  padding-right: 15px;

}

#homeright {
	width: 330px !important;
	float:right;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}




.banner-container {
	width: 100%;
	float:left;
	background-color:#FFFFFF;
	margin: 0 0 15px 0;
	border: 1px solid #b5b5b5;
}


.box-container {
	width: 100%;
	float:left;
	margin: 0 0 15px 0;
}

.box-container-news {
	width: 100%;
	float:left;
	margin: 0 0 15px 0;
	display: block;
}

.box-container-head-home, .box-container-head-side {
	background-color:#d8d8d8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
    font-weight: 900;
	text-transform: uppercase;
    height: 40px;
	float:left;
    padding: 12px 0 0 20px;
	border-radius: 0; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-left: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
	border-top: solid 1px #b5b5b5;
	color: #c80f0a;

}

.box-container-main-home, .box-container-main-side, .box-container-main-news {
	background-color:#FFF;
	border-radius: 0; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: solid 1px #b5b5b5;
	float:left;
}

.box-container-main-home, .box-container-main-news {
	padding: 14px 15px 5px 15px;
}

.box-container-main-side {
	padding: 14px 15px 15px 15px;
	line-height: 16px
}

.box-container-head-home {
	width: 100%;
}

.box-container-main-home {
	width: 100%;
}

.box-container-head-side {
	width: 100%;
}

.box-container-main-side {
	width: 100%;
}

.box-container-main-news {
	width: 100%;
	/*height: 1410px;*/
	padding: 0 2px 10px 2px;
	/*overflow: hidden;*/
}

#bannermain {
	max-height: 305px;
	overflow: hidden;
}

#bannermain .item {
	display: none;
	cursor: pointer;
	width: 98%;
	margin: 1%;
	height:290px
}

#bannermain .owl-pagination {
	 position:absolute;
	 bottom: 10px;
	 right: 15px;
}

#bannermain .owl-controls {
	margin-top: 0px;
}

#carousel-USA .item, #carousel-ITA .item, #carousel-TIT .item {
	display: block;
	height: 185px;
	cursor: pointer;
	background: #fff;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#carousel-PER .item {
	display: block;
	height: 130px;
	cursor: pointer;
	background: #fff;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	box-shadow: 1px 1px 2px 2px #B8B8B8;
}

.item img{
	width: 100%;
	height:100%
}


#banner-300x250-cont{

    float: right;
    height: 250px;
    margin: 0 0 15px 0;
    width: 300px;
	display:block;
}

#banner-300x250{
	width: 100%;
	text-align:center;
}



#page h1  {
    color: #6a6a5d;
    font-size: 32px;
	text-align: left;
	font-family: 'Open Sans Condensed';
	width:100%;
	line-height:32px;
    margin: 0 0 0 20px;
}

#page h3  {
    color: #6a6a5d;
    font-size: 18px;
	text-align: left;
	font-family: 'Open Sans Condensed';	
	width:100%;
	line-height:32px;
	margin: 0 0 0 20px;
	}

#pagehead, #pagehead_lista, #pagehead_serie{
	margin: 10px 0 0 0;
	display: block;
	width: 100%;
	float:left;
}

#pagehead_serie{
	height: 40px;
}

#pagehead, #pagehead_lista{
	height: 20px;
}

#pagehead_serie_lista{
	background: rgb(232,232,232);
    background: linear-gradient(90deg, rgba(232,232,232,1) 26%, rgba(200,200,200,1) 60%, rgba(232,232,232,1) 96%);
    margin: 0;
    float: left;
    padding: 35px 25px;
	width: 100%;
}

.box_sinossi {
    border-bottom: 1px solid #cacaca;
	font-size:11px;
    height: 80px;
    margin: 10px 0;
    width: 100%;
	color: #6a6a5d;
}

.cover_thumb_sinossi {
    box-shadow: 1px 1px 2px 2px #b8b8b8;
    float: left;
    height: 68px;
    margin: 0 12px 10px 0;
    width: 45px;
}


button_ {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  appearance: none;
  box-shadow: none;
  border-radius: 4px;
  color: #292929;
  background-color: #c2c2c2;
  cursor: pointer;
  border: none
}

button_:hover {
  background-color: #909090;
  color: #fff;
}





#lista{
padding: 20px;
}

#lista-table
{
    width: 100%;
    background: white;
	float: left;
	margin-bottom: 25px;
}

.alphabet
{
    margin: 25px 0 -1px 0;
    overflow: hidden;
	float: left;
}

.alphabet a, #lista-table tr
{
	transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}

.alphabet a
{
	width: 27px;
	float: left;
	color: #333;
	cursor: pointer;
	height: auto;
	border: 1px solid #CCC;
	display: block;
	padding: 2px 2px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	text-decoration: none;
	background-color: #F1F1F1;
	border-right: 1px solid silver;
}

.alphabet a.first
{
	border-radius: 3px 0 0 3px;
	width: 29px;
}

.alphabet a.last
{
	border-radius: 0 3px 3px 0;
}

.alphabet a:hover,
.alphabet a.active
{
	background: #FBF8E9;
	font-weight: bold;
}


.tit_editore {
    font-weight: bold;
    font-size: 25px;
    font-family: 'Open Sans Condensed';
    margin: 15px 0 0;
    text-transform: uppercase;
}

#containerinfo
{
	width: 100%;
	float: left;
	/*margin: 10px 0 0 0;*/
	padding: 0 20px;
	display: flex;
    flex-direction: row;
}

#container_cover_serie {
    float: left;
    width: auto;
	height: 355px;
}

#container_cover_serie_it {
    float: left;
    width: 25.5%;
	height: 355px;
}

#container_cover {
    float: left;
    width: 25%;
}

#container_cover_cb {
    float: left;
	width: 100%;
}

#container_cover_cb_m {
	display:none;
}

#container_left {
    float: left;
    width: 25%;
}

#container_cover img, #container_cover_serie img, #container_cover_cb img,  #container_cover_serie_it img {
    float: left;
    width: 100%;
    border: 6px #FFF solid;
    box-shadow: 2px 2px 3px 0px #b8b8b8;
    position: relative;
    z-index: 5;
}

#container_cover img {
    margin-bottom: 10px;
}

#container_cover img, #container_cover_serie img, #container_cover_serie_it img {
    width: 95%;
}

#container_cover_serie_it img {
    width: 100%;
	height: 100%;
}

#container_cover_cb img {
    width: 220px;
}

#containerinfo_dettagli {
	float: left;
	width: 100%;
	margin: 0 0 20px 2%;
	background: #FFF;
	height: 355px;
	position: relative;
}

#containerinfo_dettagli_it {
	float: left;
	width: 72%;
	margin: 0 0 20px 2%;
	background: #FFF;
	height: 355px;
	position: relative;
}


#info_title{
	width: 100%;
	font-family: 'Open Sans Condensed';
	color: #3d3d35;
	float: left;
	display:block;
	/*background-color: #dddddd;
	padding: 5px 20px*/
}

.titleserie {	
	font-size: 34px;	
	font-weight: bold;
	line-height: 42px;
	text-shadow: 0px 1px 1px #fff;
}

#funzioni_serie {
    background-color: #e0e0e0;
    padding: 13px 15px 13px 15px;
    float: left;
    width: 100%;
}	

.titlecasa {
	font-size: 18px;
}

#info_title_mob
{
	display:none;
}

#info_dettagli1
{
	float: left;
	width:35%;
	color: #6a6a5d;
	margin: 20px 0 20px 0;
	line-height: 20px;
	font-size: 11px;
	padding: 5px 20px;
}

.dettagli_corsivo {
	color: #999999;
	font-style: italic;
}

.dettagli_testo { 
	font-size: 13px;
	margin: 0;
	color: #484848;
	line-height: 22px;
	margin: 20px 0 0 0;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #CCC;
	width: 65%;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
}

/*.intesta_issue { 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	width:665px;
	background-color: #FFF;
	float: left;
	padding:8px;
	font-size: 11px;
	margin: 0 0 25px 25px;
	color: #6a6a5d;
}*/

#row_bottom { 
	width: 100%;
	padding: 0 20px 10px 20px;
	position: absolute;
	bottom: 0;
	float: left;
}


.pulsanti_edit { 
 width: auto;
 float: left;	
}


#wrapper {
  max-width: 1100px;
  margin: 0 auto;
  /*position: relative;*/
  padding: 0 15px;
  min-height: 320px;
}

#content-wrapper {
  float: left;
  width: 100%;
}

#content {
  margin-right: 300px;
  clear: both;
  overflow: auto;
  min-height: 400px;
}

#sidebar {
  position: relative;
  width: 300px;
  margin-left: -300px;
  float: right;
  overflow: hidden;
  min-height: 400px;
}



/************************************************************************************
ALBO
*************************************************************************************/


.userfunction_modifica{
  float: left;
  margin-top: 12px;
}

.btn_modifica {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  float: left;
  width:100%;
  text-align:center;
  cursor: pointer;	
}

.btn_modifica:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn_modificaFront {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #fff;
  font-size: 10px;
  padding: 7px 10px;
  text-decoration: none;
  float: left;
  width:100%;
  text-align:center;
  cursor: pointer;
  font-weight: bold;	
}

.btn_modificaFront:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn_cancel {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #8f8d8f);
  background-image: -moz-linear-gradient(top, #adadad, #8f8d8f);
  background-image: -ms-linear-gradient(top, #adadad, #8f8d8f);
  background-image: -o-linear-gradient(top, #adadad, #8f8d8f);
  background-image: linear-gradient(to bottom, #adadad, #8f8d8f);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  float: left;
  text-align: center;
  width: auto;
  margin: 0 20px;
  cursor: pointer;
}

.btn_cancel:hover {
  background: #cfcfcf;
  background-image: -webkit-linear-gradient(top, #cfcfcf, #ababab);
  background-image: -moz-linear-gradient(top, #cfcfcf, #ababab);
  background-image: -ms-linear-gradient(top, #cfcfcf, #ababab);
  background-image: -o-linear-gradient(top, #cfcfcf, #ababab);
  background-image: linear-gradient(to bottom, #cfcfcf, #ababab);
  text-decoration: none;
}


.btn_invia {
  background: #33b200;
  background-image: -webkit-linear-gradient(top, #33b200, #2da400);
  background-image: -moz-linear-gradient(top, #33b200, #2da400);
  background-image: -ms-linear-gradient(top, #33b200, #2da400);
  background-image: -o-linear-gradient(top, #33b200, #2da400);
  background-image: linear-gradient(to bottom, #33b200, #2da400);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  float: left;
  text-align: center;
  width: auto;
  cursor: pointer;
}

.btn_invia:hover {
  background: #44c900;
  background-image: -webkit-linear-gradient(top, #44c900, #3dbd00);
  background-image: -moz-linear-gradient(top, #44c900, #3dbd00);
  background-image: -ms-linear-gradient(top, #44c900, #3dbd00);
  background-image: -o-linear-gradient(top, #44c900, #3dbd00);
  background-image: linear-gradient(to bottom, #44c900, #3dbd00);
  text-decoration: none;
}

.btn_elimina {
  background: #ad3836;
  background-image: -webkit-linear-gradient(top, #ad3836, #8a2b29);
  background-image: -moz-linear-gradient(top, #ad3836, #8a2b29);
  background-image: -ms-linear-gradient(top, #ad3836, #8a2b29);
  background-image: -o-linear-gradient(top, #ad3836, #8a2b29);
  background-image: linear-gradient(to bottom, #ad3836, #8a2b29);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  float: left;
  width:100%;
  text-align:center;
  cursor: pointer;
}

.btn_elimina:hover {
  background: #e64e4c;
  background-image: -webkit-linear-gradient(top, #e64e4c, #ab3a38);
  background-image: -moz-linear-gradient(top, #e64e4c, #ab3a38);
  background-image: -ms-linear-gradient(top, #e64e4c, #ab3a38);
  background-image: -o-linear-gradient(top, #e64e4c, #ab3a38);
  background-image: linear-gradient(to bottom, #e64e4c, #ab3a38);
  text-decoration: none;
}

.addalbobt {
  float: left; 
  width: auto;
}

.modseriebt {
  float: left; 
  width: auto; 
  margin: 0 12px
}

.historybt {
	float: left; 
	width: auto; 	
	background-image: -webkit-linear-gradient(#34d9aa, #2abb91);
	background-image: -o-linear-gradient(#34d9aa, #2abb91);
	background-image: linear-gradient(#34d9aa, #2abb91);
}




/************************************************************************************
VENDI/ACQUISTA
*************************************************************************************/


.vendiseriebt {
	float: left; 
	width: auto; 
	background-image: -webkit-linear-gradient(#bfbfbf, #9d9c9c);
	background-image: -o-linear-gradient(#bfbfbf, #9d9c9c);
	background-image: linear-gradient(#bfbfbf, #9d9c9c);
}

.novendiseriebt {
	float: left; 
	width: auto; 
	background-image: -webkit-linear-gradient(#c55453, #ce3e3d);
	background-image: -o-linear-gradient(#c55453, #ce3e3d);
	background-image: linear-gradient(#c55453, #ce3e3d);
	text-shadow: 0px 1px 1px #505050;	
}

.acquistabt {
	float: left; 
	width: auto; 	
	background-image: -webkit-linear-gradient(#3498db, #2980b9);
	background-image: -o-linear-gradient(#3498db, #2980b9);
	background-image: linear-gradient(#3498db, #2980b9);
}

.form-check-inline {
    display: -webkit-inline-box !important;
    padding-left: 0;
    margin-right: 0;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}

.input-symbol-euro {
  position: relative;
}
.input-symbol-euro input {
  padding-right: 18px;
}
.input-symbol-euro:after {
  position: absolute;
  top: 4px;
  content: "€";
  right: 5px;
}

.p-5 {
   padding: 5px;
}


.popvendi, .popvendiserie {
  display: block;
  background: #f2f2f2 !important;
  padding: 12px 18px;
  max-width: 600px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  font-size: 14px;
}

.popvendi {
  max-width: 600px;
}

.popvendiserie {
  max-width: 666px;
}

.popcol {
    width: 46%;
    float: left;
    margin: 0 2%;
}

#listAcquista_content {
    min-width: 300px;
    padding: 0 15px 0 0;
    margin: 40px 10px 20px 20px;
    overflow-y: scroll;
}

/************************************************************************************
ALBO
*************************************************************************************/

#pagehead, #pagehead_lista, #pagehead_serie{
	margin: 10px 0;
	display: block;
	width: 100%;
	float:left;
	padding: 0 15px;
	position: relative;
}

#pagehead_serie{
	height: 50px;
}

#pagehead, #pagehead_lista{
	height: 20px;
}

#alboleft {
    float: left;
    width: 25%;
    padding: 0 15px;
}

#alboright {
    float: left;
    width: 75%;
    padding: 0 15px;
    font-size: 12px;
    position: relative;
}

#col-left-albo {
    float:left;
    width:27%;
	padding-left: 15px;
	background-color: #e9e9e9;
}

#col-right-albo {
    float:left;
    width:73%;
}


#container_cover img, #container_cover_serie img, #container_cover_cb img {
    float: left;
    width: 100%;
	border: 6px #FFF solid;
	box-shadow: 2px 2px 3px 0px #b8b8b8;
}

#container_cover_serie img {
height: 355px;
width: auto;
}

#container_cover img {
    margin-bottom: 20px;
}

#container_cover_cb_m {
	display:none;
}

#cover_autore {
    color: #6a6a5d;
    margin: 25px 0 0 0;
    float: left;
	font-size: 12px;
}

.colorblu {
    color: #117DD2;
}

#descrizione_ita {
	font-size: 12px;
	line-height:17px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 15px;
}

#descrizione_ita p {
    left: 1px;
    margin: 0;
    padding: 1em;
    position: relative;
    top: 1px;
}

#note_ita {
	font-size: 12px;
	line-height:17px;
    background-color: #f3f3f3;
    border: 1px dashed #cccccc;
    float: left;
    margin-bottom: 15px;
	width: 100%
}

.notestoria {
	font-size: 12px;
	line-height:17px;
    background-color: #f3f3f3;
    border: 1px dashed #cccccc;
    float: left;
    margin: 15px 0;
	width:100%
}

#note_ita p, .notestoria p {
    left: 1px;
    margin: 0;
    padding: 1em;
    position: relative;
    top: 1px;
}

#altre_versioni {
	font-size: 12px;
	width: 100%;
	float: left;
	
}

.coverita_variant {
    float: left;
    height: 130px;
    margin: 5px 4% 0 0;
    padding: 0;
    width: 29%;
}

.coverita_variant img {
	border: 4px solid #fff;
	box-shadow: 3px 3px 6px 0 #aaaaaa;
}




.label_titolo {
    margin: 20px 0 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border-left: 2px solid #acac97;
    padding-left: 10px;
    height: 15px;
    float: left;
    color: #6a6a5d;
    font-weight: 600;
}

.label_titolo2 {
    margin: 0 0 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border-left: 2px solid #acac97;
    padding-left: 10px;
    height: 19px;
    float: left;
    color: #6a6a5d;
    font-weight: 400;
}



	
div#cont_intestazione {
	padding: 0;
    background: rgb(232,232,232);
    background: linear-gradient(102deg, rgba(232,232,232,1) 10%, rgba(200,200,200,1) 34%);
    width: 100%;
    float: left;
    font-size: 11px;
    margin: 0 0 25px 0;
    color: #6a6a5d;
    position: relative;
    display: table;
}


div#intestazione {
    display: block;
    width: 100%;
    padding-left: 28px;
	padding-right: 20px;
}

.bkg_intestazione {
    padding: 0;
    background: rgb(232,232,232);
    background: linear-gradient(102deg, rgba(232,232,232,1) 10%, rgba(200,200,200,1) 34%);
    width: 100%;
    height: 232px;
	}	

div#funzioni_user {
    width: 12%;
	float: right;
	margin-top: 12px;
	}

div#funzioni_albo {
    background: #e0e0e0;
    width: 100%;
    height: 50px;
    position: relative;
    float: right;
    padding: 0 20px 0 28px;
	}


/*.intesta_issue { 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	width:100%;
	background-color: #FFF;
	float: left;
	padding:8px;
	font-size: 11px;
	margin: 0 0 25px 0;
	color: #6a6a5d;
	position: relative;
}
*/


#maintext_albo {
    color: #333333;
    float: left;
    margin: 0 0 30px 0;
    line-height: 18px;
    width: 100%;
	font-size: 12px;
	background-color: #e9e9e9;
	padding-left: 28px;
	padding-top: 30px;
	padding-right: 20px;
	min-height: 400px;
}


#maintext_cb {
    color: #333333;
    float: left;
	margin: 0 0 30px 0;
	line-height: 18px;
	width: 100%;
}

.linea {
    border-bottom: 1px dashed #aeaeae;
    float: left;
    margin: 20px 0 20px;
    width: 100%;
}

.linea_alboita {
    border-bottom: 1px dashed #aeaeae;
    float: left;
    margin: 0 0 30px 0;
    width: 100%;
}

/*#issue {
    float: left;
    padding: 0 0 0 5px;
    width: 85%;
	line-height: 30px;
}
*/

#intestazione h1 {
	padding: 0;
    font-size: 28px;
	font-family: 'Open Sans Condensed';
	line-height: 30px;
	margin: 0;
	color: #403f3f;
	font-weight:bold;
}

#titolo_issue {
    font-size: 28px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	
}

#subtitolo_issue {
    font-size: 28px;
	font-family: 'Open Sans Condensed';
	font-weight: 400;
	line-height: 30px;
}

#data_issue, #variant_issue, #editore_issue {
	font-family: 'Open Sans Condensed';
    font-size: 18px;
    line-height: 22px;
	float: left;
	border-right: solid #e1e1e1 1px;
	padding: 0 10px 0 0;
	margin: 7px 10px 0 0;
}

#logoeditore {
	position: absolute;
	right: 20px;
	display: block;
	top: 10px;
}

#serielista {
    float: left;
    font-size: 16px;
    padding: 15px 0;
    font-family: 'Open Sans Condensed';
    position: relative;
    top: -5px;
}


#serielista a {
    color:#555555;
}

#serielista a:hover {
    color:#990000;
}



#navigazione {
    float: right;
    font-size: 10px;
    padding: 15px 0
}

.maintext_cb {
    color: #333333;
    float: left;
    letter-spacing: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #aeaeae;
}

.titolo_storia {
    font-family: 'Open Sans Condensed';
	font-weight: 700;
    font-size: 16px;
	color: #333333;
	line-height: 23px;
}

.titolo_storia_ita {
    font-family: 'Open Sans Condensed';
	font-weight: 400;
    font-size: 16px;
	color: #333333;
}

.alboita_left {
    float: left;
    margin: 0;
    padding: 0;
    width: 16%;
}

.cover_albo_1 {
    box-shadow: 2px 2px 3px 0px #b8b8b8;
    float: left;
    margin-bottom: 10px;
    width: 85%;
}

.cover_albo_1 img {
    width: 100%;
}


.alboita_right {
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    width: 84%;
}


/*.alboita_dettagli {
	margin: 0 0 15px 0;
}*/

#altre_versioni {
	float:left;
	width:100%;
	margin: 10px 0 15px 0;
}

.sinossi {
    text-align: justify;
    -ms-word-break: break-all;
     word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	hyphens:auto;
	margin: 15px 0 0 0;
}

.sinossi p {
	margin: 0;
}


#spoiler {
    position: absolute;
    top: 130px;
	right: -15px;
    width: 155px;
    height: 150px;
    background-image: url(../images/spoileralert.png);
    cursor: pointer;
}

.note {
    background-color: #f9f6da;
    border: 1px dashed #cccccc;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
	padding: 5px 10px;
}

.ristampa {
    background-color: #ddd;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 65%;
	border-radius: 8px;
	text-align:center;
}


div#evento_pro {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 50px;
}

div#footercheck_show{
	text-align:right;
	padding-right: 25px;
	padding-top: 6px;
	height: 26px;
	background-color:#e9e9e9;
	position: relative;
	top: 0;
	width: 100%;
	float: left;
	font-size: 12px;
	}

div#footercheck{
	text-align:left;
	padding-left: 32px;
	height: 0;
	z-index: 20;
	position: absolute;
	width: 860px;
	transition-property: height;
	transition-duration: 0.3s;
	top: 26px;
	left: 110px;
	border-radius: 0 0 6px 6px;
	background: #b2b2b2;
	background: -moz-linear-gradient(top, #b2b2b2 0%, #e9e9e9 8%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #b2b2b2 0%,#e9e9e9 8%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #b2b2b2 0%,#e9e9e9 8%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#e9e9e9',GradientType=0 )
	}
	
div#check{
margin: 0 0 0 42px;
display: none; 
	}
	
div#footer_check{
	float:left;
	padding-top:6px;
	padding-bottom:25px;
	font-size: 9px;
	color: #999999;

}


.social_issue {
    float: left;
    margin: 0;
    padding: 8px 0 3px 0;
    width: 100%;
}

.albinpd {
    padding-bottom: 50px;
}

/************************************************************************************
FUNZIONI USERS
*************************************************************************************/

#funzioni_user {
/*    float: right;
    width: 13%;
	height: 40px;
	border-left: solid #e1e1e1 1px;
	margin: 0 10px 0 0;*/
}



#addlibsche {
	vertical-align: middle;
	padding: 0;
	text-align: center
}

.userfunction_lib {
   float: right;
   margin-top: 12px;	
}




.add_lib, .add_wish, .addserie {
    background-color: #e7e6e6;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color: #5c5c5c;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
	text-shadow: 0px 1px 1px #d2d2d2;
	border: solid 0;
	margin-left: 13px;
  
}

.add_lib:hover, .add_wish:hover, .addserie:hover {
	background-color:#cccccc;
}
.add_lib:active, .add_wish:active, .addserie:active  {
	position:relative;
	top:1px;
}

.delete_lib, .delete_wish {
	background-color:#c55453;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
	text-shadow: 0px 1px 1px #505050;
	border: solid 0;
	margin-left: 13px;
}
.delete_lib:hover, .delete_wish:hover {
	background-color:#cccccc;
}
.delete_lib:active, .delete_wish:active{
	position:relative;
	top:1px;
}



.clear {
    clear: both;
}


.daverificare {
  background:url("../images/unchecked.png") no-repeat;
  border: 0px #000000 outset;
  	width: 22px;
	height: 22px;
	cursor:pointer;
  
}


.verificato {
  background:url("../images/checked.png") no-repeat;
  border: 0px #000000 outset;
  	width: 22px;
	height: 22px;
	cursor:pointer; 
}

.alboinlib {
    font-size: 9px;
    text-align: center;
    margin-top: 5px;
}

/************************************************************************************
COMMENTI
*************************************************************************************/

#comments { width: 100%; margin:0 auto 10px; padding-top:5px; float:left; font-size: 11px;}
.comment { background-color:#f3f3f3; border: 1px solid #CCCCCC; border-radius: 10px 10px 10px 10px;  -moz-border-radius:  10px;  /* Firefox up to version 3.6 */ padding:0 3% 10px 3%; color:#000000; line-height: 17px;}
.comment_arrow{background: url("../images/arrow_commenti.gif") no-repeat scroll left center transparent; display: block; height: 13px; top: -13px; position: absolute; width: 15px; left:2px;
}
#leaveComment { width: 100%; margin:0 auto; overflow:hidden; position:relative; float:left; }
#leaveComment_cb { width: 100%; margin:0 auto; overflow:hidden; position:relative; float:left; }
.comment_row, .row_cb { margin-bottom:20px; clear:both; overflow:hidden; }
.comment_row label, .row_cb label  { width:300px; margin-bottom:15px; display:block; padding-top:5px; }
.comment_data {color:#000000; }
.comment_row input, .comment_row div { width:94%; display:block; position:relative; text-align: left; }
.row_cb input, .row_cb div { width:100%; display:block; float:left; position:relative; }
.comment_row textarea, .row_cb textarea { width:50%; display:block; float:left; border: 1px solid #ccc; background-color: #f2f2f2;}
#add {cursor: pointer; }



.feedsweep {
	margin: 15px;
	font-size:13px;
}
.feedsweep_title {
	color: #000000;
}
.feedsweep_item {
	margin: 10px 0;
	border-bottom:1px solid #cacaca;
}

.feedsweep_headline {
	font-weight:bold;
}
.feedsweep_date {
	color: #777777;
}
.feedsweep_body {
margin: 0 0 20px 0;
	
}

._2tga.active {
    background: red;
    border: 1px solid red;
}


.footer-top {
	background-color: #3b3b3b;
	color: #FFF; 
	font-size: 11px;
	color:#7c7b7b;
}

.footer-top h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight:700;
	margin: 0 0 10px 0;
}


.footer-bottom {
	background-color: #282a2b;
	color: #a3a3a3; 
	font-size: smaller;
}

.greylight {
    color: #AAAAAA;
}

.footer-top a {
  color: #FFF;

}
.footer-top  a:hover {
  color: #FF0004;
}


#add {
   background: #adadad;
    background-image: -webkit-linear-gradient(top, #adadad, #8f8d8f);
    background-image: -moz-linear-gradient(top, #adadad, #8f8d8f);
    background-image: -ms-linear-gradient(top, #adadad, #8f8d8f);
    background-image: -o-linear-gradient(top, #adadad, #8f8d8f);
    background-image: linear-gradient(to bottom, #adadad, #8f8d8f);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    float: left;
    text-align: center;
    width: auto;
    margin: 0 20px;
    cursor: pointer;
}


 

/************************************************************************************
SEARCH
*************************************************************************************/

.sb_wrapper{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	position: absolute;
	top:6px;
	right:10px;
	width:210px;

}
.sb_wrapper input[type="text"],
ul.sb_dropdown{
	border:0px solid #fff;
	background: #CCC; 
	font-size:14px;
	outline:none;
	padding:0 2%;
	width:75%;
	float:left;
	margin:3px 0px;
	height: 29px;
	border-radius: 4px 0 0 4px;
    -moz-border-radius:   4px 0 0 4px;
    -webkit-border-radius:  4px 0 0 4px;
}
ul.sb_dropdown{
	border:0px solid;
	float:right;
	list-style:none;
	width:100%;
	border-radius: 0 0 5px 5px;
    -moz-border-radius:  0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	background-color:#000;
	-webkit-transition: all 500ms ease;
  	-moz-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	-ms-transition: all 500ms ease;
  	transition: all 500ms ease;	
	height: auto;
	z-index: 999;
    position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
}
ul.sb_dropdown li{
	color: #FFF;
	font-size:13px;
	line-height:28px;
	/*float:left;*/
	padding: 0 0 0 5px;
	/*width:100%;*/
	font-weight: bold;
}
ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:10px 4px 0 5px;
}
ul.sb_dropdown li.sb_filter{
	width:348px;
	border:1px solid #f9f9f9;
	clear:both;
	background: #ddd;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
	padding:5px;

}

input.sb_search{;
	background: #CCC url(../images/search.png) no-repeat center center;
	height:29px;
	width:25%;
	float:left;
	border:none;
	margin:3px 0 0;
	border:0px solid #fff;
	outline:none;
	cursor:pointer;
	border-radius: 0 4px 4px 0;
    -moz-border-radius:  0 4px 4px 0;
    -webkit-border-radius:  0 4px 4px 0;
}
input.sb_search:hover{
	background: #CCC url(../images/search-hi.png) no-repeat center center;
}



/************************************************************************************
PAGINA PERSONAGGI
*************************************************************************************/

#dettagli_personaggi {
    width: 100%;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	background-color: #FFF;
	float: left;
	padding:2%;
	margin: 0 0 20px 0;
	color: #333333;
}

#photo_personaggio1 {
    float: left;
    height: auto;
    width: 25%;
}

#photo_personaggio1 img {
    width:100%;
	border: 1px solid #bdbdbd;
}

#dettagli_personaggi_nome {
    color: #6a6a5d;
    float: left;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    margin: 0 0 0 2%;
    width: 73%;
}

#dettagli_personaggi_colSX {
    float: left;
    min-height: 220px;
    line-height: 14px;
    margin: 0 0 0 2%;
    width: 35.5%;
    font-size: 11px;
}


.colSX_label {
	width:35%;
	float:left;
	text-align:left; 
	color:#a6a6a6;  
	padding: 5px 0 5px 0;
}

.colSX_voce {
	width:65%;
	float:left;
	text-align:right;   
	padding: 5px 0 5px 0;;
}


.boxchar_linea {
    border-top: 1px solid #d6d6d6;
    clear: left;
    text-align: center;
}

#dettagli_personaggi_colDX {
    float: right;
    min-height: 220px;
    line-height: 14px;
    width: 35.5%;
    font-size: 11px;
}


#boxchar_titoletto2 {
    line-height: 2em;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

#dettagli_personaggi_poteri {
	float:left;
	text-align:justify;  
	padding: 5px 0 5px 0;
}

.box_photo_personaggio2 {
    background-color: #fff;
	width:320px;
	float: right;
	margin: 0 0 0 12px;
	text-align: right;
	line-height: 0;
}

#photo_personaggio2 {
	width:100%;
	padding: 2%;    
}

#photo_personaggio2 img {
	width: 100%;
}

#testo {
    margin:0 0 50px 0;
}

.label_titolo {
	margin:20px 0 30px; 
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 18px; 
	border-left: 2px solid #acac97; 
	padding-left: 10px; 
	height: 15px;
	float:left;
	color:#6a6a5d;
	font-weight: 600;
	line-height: 15px;
}

.label_titolo2 {
	margin:0 0 10px; 
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 18px; 
	border-left: 2px solid #acac97; 
	padding-left: 10px; 
	height: 19px;
	float:left;
	color:#6a6a5d;
	font-weight: 400;
}

.num_it {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 8px;
    color: #000000;
    float: left;
    /* height: 15px; */
    line-height: 15px;
    margin: 4px;
    padding: 5px;
    text-align: center;
    width: 35px;
}


#pagetext {
    color: #6a6a5d;
    float: left;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 100%;
    font-size: 12px;
}

.artista_pubblicazioni {
	font-size: 13px;
	line-height: 18px;
	float: left;
}

.artista_pubblicazioni h3 {
	margin: 0 0 10px 0;
}

.artista_pubblicazioni ul { /* targets all ul elements */
    margin-bottom: 25px;
	padding-left: 20px;
}
.artista_pubblicazioni ul li { /* targets all li elements within a ul */
    /* general styles */
}
.artista_pubblicazioni ul li ul { /* targets all ul elements within an li element, itself within a ul */
    /* overrule general 'outer' styles */
}
.artista_pubblicazioni ul li ul li { /* targets all li elements within a ul element,
                 within an li element, itself within a ul...and so on */
    margin-top: 15px;
}

/************************************************************************************
PAGINAZIONE GENERALE
*************************************************************************************/


#paginate {
    width: 100%;
	float:left;
	text-align: center;
	margin: 0 0 20px 0;
}

.pagination-center {
    width:570px;
    text-align:center;
}

.pagination {
    display:inline-block;
    overflow:hidden;
    text-align:left;
}

#paginate .pagination ul li.inactive, #paginate .pagination ul li.inactive:hover {
    background-color: #ededed;
    border: 1px solid #bababa;
    color: #bababa;
    cursor: default;
}

#paginate .pagination ul li {	
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #8a8080;
    font: bold 12px Arial;
    margin: 3px;
    padding: 5px 8px 4px 8px;
    text-decoration: none;
    float: left;;
    list-style: outside none none;
	cursor:pointer;
}


/************************************************************************************
ARTICOLO LIST
*************************************************************************************/

.boxarticolo_site {
    margin: 25px 0 30px 0;
    float: left;
}

.boxarticolo {
    background-color: #FFF;
    float: left;
    padding: 1%;
    width: 98%;
    min-height: 255px;
    font-size: 13px;
}

.boxarticolo2 {
	background-color:#FFF;
    float: left;
    padding: 1%;
    width: 98%;
	height: auto;
	font-size: 13px;
}

.boxarticolo img{
    width: 100%;
}

.boxarticolo_text{
    float: left;
    padding:2%;
    width: 96%;
}

.boxarticolo_text p{
	margin: 7px 0 0 0;
}

.boxarticolo_list {
    float: left;
    margin: 1%;
    width: 23%;
}



/************************************************************************************
PAGINA ARTICOLI
*************************************************************************************/

#pagearticle {
    color: #6a6a5d;
    float: left;
    letter-spacing: 0;
    line-height: 24px;
    text-align: justify;
    width: 96%;
	padding: 2%;
	margin: 0 0 20px 0;
	background-color:#FFF;
	border-radius: 8px;	
	font-size: 80%;
}

#pagearticle p{
	margin: 10px 0;	
    line-height: 20px;	
}

#pagearticle img{
	width: 100%;
}

#pagearticle ul{
	margin: 0 0 0 15px;
}


#photo_articolo1 {
	width:100%; 
	margin: 8px 0 50px 0; 
}

#photo_articolo1 img {
	width: 100%;
}

.img_foto {
	margin: 0 0 30px 0;
}

#oggetto_articolo {
    color: #6a6a5d;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}

.article_autore {
    color: #6a6a5d;
    float: left;
    font-size: 11px;
    margin: -10px 0 20px;
}


#pagearticle h1  {
    color: #6a6a5d;
    font-size: 32px;
    margin: 5px 0 20px;
	text-align: left;
	font-family: "Source Sans Pro",sans-serif;
	width:100%;
	line-height:32px;
}

#pagearticle h2  {
    color: #6a6a5d;
    font-size: 24px;
    margin: 5px 0 12px;
	text-align: left;
	font-family: "Source Sans Pro",sans-serif;
	width:100%;
	line-height: 26px;
	/*float: left;*/
}


#pagearticle h3  {
    color: #6a6a5d;
    font-size: 21px;
    margin: 5px 0 8px;
	text-align: left;
	font-family: "Source Sans Pro",sans-serif;
	width:100%;
	font-weight: bold;
	/*float: left;*/
}

#pagearticle ol  {
    margin: 10px 0 0 25px;
}

div#cover_albo_1 {
    float: left;
    margin: 0 20px 10px 0;
	padding: 0;
	box-shadow: 1px 1px 2px 2px #b8b8b8;
}

.social {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
    margin: 0 0 20px;
    padding: 15px 0 10px;
    width: 100%;
}

.social_issue {
    float: left;
    margin: 0;
    padding: 8px 0 3px 0;
    width: 100%;
}


#skyscraper {
    margin: 0 0 25px 0;
}


.cover_article_cont {
    float: left;
	width:100%;
	margin: 10px 0 10px 0;
}

.cover_article {
    box-shadow: 3px 3px 6px 0px #aaaaaa;
    float: left;
    margin-bottom: 10px;
    width: 116px;
	margin: 0 20px 10px 0;
}

.cover_article2 {
    box-shadow: 3px 3px 6px 0px #aaaaaa;
    float: left;
    margin-bottom: 10px;
    width: 116px;
	margin: 10px 20px 10px 0;
}

.tile_evcr_ico {
    float: left;
    margin-right: 2%;
    width: 8%;
}

.star_rating {
    float: right;
}

#cover_ing {
    width:28%; 
	position: absolute; 
	padding: 0 15px; 
	top: 65px;
}



/************************************************************************************
LIBRERIA
*************************************************************************************/

#library_int {
	float: right;
    width: 60%;
    position: relative;
    margin-right: 0;
    text-align: right;
    top: 5px;
}

#library_nome { 
    font-family: 'PT Sans Narrow',sans-serif;
	/*text-transform: uppercase;*/
    font-size: 30px;
    position: absolute;
    font-weight: 800;
    color: #B52225;
	right:0;
	top: -13px;
}

#content-wrapper_lib {
  float:right;
  width:100%;
  position:relative;
  right:330px;
  margin-right:-330px;
}
 

#sidebar_lib {
  float:left;
  width:300px;
  position:relative;
  overflow: hidden;
  min-height: 400px;
  font-size: 75%;
  z-index: 50000;
}

#content_lib {
  margin-left: 330px;
  clear: both;
  overflow: auto;
  min-height: 400px;
}

#content_lib a:link {
    color: #000;
    text-decoration: none;
}

.thumblib {
    float: left;
    height: 200px;
    margin: 0 6px 10px 5px;
    text-align: center;
    width: 107px;
	font-size: 75%
}

.thumblib_cover {
    margin-bottom: 5px;
}

.thumblib_cover img {
    height: 158px;
    width: 102px;
	box-shadow: 2px 2px 3px 0 #b8b8b8;
	border: 3px solid #FFF;
}

#content_lib .center {
    width:100%;
    text-align:center;
	float: left;
}

#content_lib .pagination {
    display:inline-block;
    overflow:hidden;
    text-align:left;
	margin: 0 0 15px 0;
}


#lib_boxcontainer .pagination ul li.inactive, #lib_boxcontainer .pagination ul li.inactive:hover {
    background-color: #ededed;
    border: 1px solid #bababa;
    color: #bababa;
    cursor: default;
}

#lib_boxcontainer .pagination ul li {
background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #8a8080;
    font: bold 12px Arial;
    margin: 3px;
    padding: 5px 8px 4px 8px;
    text-decoration: none;
    float: left;
    list-style: outside none none;
    cursor: pointer;
}



.btpointer {
    cursor: pointer;
}


.styled-select select {
    background: #a6a5a5 none repeat scroll 0 0;
    border: 0 solid #ccc;
    color: #ffffff;
    font-size: 9px;
    height: 17px;
    margin: 0 10px;
    padding: 0 0 0 5px;
    text-transform: lowercase;
/*    width: 160px;*/
}


.icone_scelte {
	float:left; 
}

.panelbutton_0 {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_0.png)
}
.panelbutton_0_h {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_0_h.png)
}

.panelbutton_1 {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_1.png)
}
.panelbutton_1_h {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_1_h.png)
}

.panelbutton_2 {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_2.png)
}
.panelbutton_2_h {
	width:22px;
	height: 17px;
	float:left; 
	cursor:pointer;
	background-image:url(../images/bt_view_2_h.png)
}

#row_pannello {
	background-color:#b5b5b5;
	float:left;
    padding: 0;
    width: auto;
}

#pannello { 
	position:absolute; 
	right: 0px;
	top: 15px;
}

#boxscroll {
	height: 795px;
	line-height: 20px;
}

#boxscroll h3 {
	margin: 10px 0;
	font-weight:bold;
	color:#B52225;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
}

a.open-panel, a.close-panel {
  display: none;
}

#loading {
    left: 24%;
    position: absolute;
    top: 80px;
}

.tilelib {   
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3f3', GradientType=0 );
    float: left;
    height: 88px;
	margin: 0 1% 10px 1%;
    width: 48%;
	border: solid #e4e5e5 1px;
	font-size: 80%;
}

.tilelib_cover {
    border: 1px solid #fff;
    box-shadow: 2px 2px 3px 0 #b8b8b8;
    float: left;
	margin: 3px 0 0 5px;
}

.tilelib_dettagli {
    height: 81px;
    line-height: 15px;
    padding: 8px 5px 0 10px;
    /* width: 90%; */
    color: #6a6a5d;
    overflow: hidden;
}


.tile_evcr_ico {
    float: left;
    margin-right: 2%;
    width: 8%;
}

.tile_evcr_title {
    float: left;
    line-height: 15px;
    width: 90%;
}

.tile_evcr_anno {
    line-height: 20px;
	float: left;
}
.tile_evcr_label {
    float: right;
	font-size: 10px;
	border-radius: 8px;
	padding: 3px 5px;
	color:#FFFFFF;
	font-weight:bold;
}

.storyarc {
	background-color:#7BABFF;
}

.crossover {
	background-color:#ce90cb;
}

.event {
	background-color:#e06663;
}

.limited{
	background-color:#a3a3a3;
}

.tile_evcr_line {
   border-bottom: 2px dotted;
    color: #e8e8e8;
    float: left;
    width: 100%;
	margin-bottom: 30px
	   
}



.box-container-library-side {
	border-right: solid 1px #b5b5b5;
	float:left;
	padding: 0 20px 15px 0;
	line-height: 18px;
	width: 100%;
	background-color: #FFF;
}

.box-container-library-main {
	float:left;
	padding: 0;
	width: 100%;
}


ul.mytabs {
     position: relative;
     z-index: 2;
	 font-family: 'Open Sans Condensed', sans-serif;
	 font-size: 14px;
	 font-weight: 700;
     text-transform: uppercase;
	 letter-spacing: 0.02em;
}
ul.mytabs, ul.mytabs li {
     margin: 0;
     padding: 0;
     list-style: none;
     float: left;
}
ul.mytabs li { margin: 0 4px 0 0}
ul.mytabs li a {
     float: left;
     padding: 8px 18px;
     border: 1px solid #b5b5b5;
     border-bottom: 1px solid #b5b5b5;
     background: #F0F0F0;
     text-decoration: none;
     color: #333333;
	 border-radius: 4px 4px 0 0;
}
ul.mytabs li a:hover, ul.mytabs li.current a {
     background: #d8d8d8;
}
ul.mytabs li.current a {
     border-bottom: 1px solid #d8d8d8;
	 color: #B52225;
}

.mytabs-border {
     position: relative;
     z-index: 1;
     clear: both;
     border: 1px solid #E0E0E0;
     padding: 10px;
     top: -1px;
	 height: 560px;
}

.mytabs-container {
     clear: both;
	 overflow:hidden;
}


@media screen and (max-width: 580px) {
	

.mytabs-border {
	 height: auto;
	 margin: 0 0 20px;
	}	
}



/************************************************************************************
EDIT
*************************************************************************************/



.inputArea_title {
    font-family: 'Open Sans Condensed';
	font-weight: 700;
    font-size: 15px;
    background-color: #dadad8;
    padding: 10px 20px ;
    margin: 0 0 1px 20px;
    border-radius: 8px 8px 0 0;
	float: left;
	width: auto;
}


.inputArea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    background-color: #dadad8;
    padding: 20px;
    margin: 0 0 30px 0;
    line-height: 12px;
    border-radius: 4px;
	float: left;
	width: 100%;
}

.inputAreaCover {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin: 0 0 30px 0;
    line-height: 12px;
	float: left;
	width: 100%;
}

.bt_imput {
	background-color: #fafafa;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: 1px solid #CCCCCC;
	outline:  0;
	height: 26px;
}

.imput_contain {
	margin: 10px 50px 0 0;
	float: left;
}

.inputArea select,  .inputArea textarea {
	background-color: #fafafa;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    width: 150px;
    border: 1px solid #CCCCCC;
	outline:  0;
}

label {
    display: block;
    margin-bottom: 4px;
}

input:focus,
textarea:focus {
  background-color: #FFF;
}


.asidemod {
	float: left; 
	width: auto; 
	margin-right:10px
}



.story_panel {
	float: left;
	width: 100%;
	margin:10px 0;
}

.story_panel h3 {
    font-family: 'Open Sans Condensed';
	font-weight: 700;
    font-size: 16px;
    background-color: #c5c5c5;
    padding: 15px;
    margin: 0 0 0 0;
    border-radius: 4px 4px 0 0;
	float: left;
	width: 100%;
	line-height: 17px;
	cursor:pointer;
}

.story_panel_main {
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 15px;
	float: left;
	width: 100%;
}

fieldset {
	position:relative;
    margin-bottom: 30px;
    border: 1px;
	padding: 0;
}

.drag {
	width:17px;
	height:17px;
	background-image:url(../images/drag.png);
	background-repeat: no-repeat;
	cursor: grabbing;
	float: left;
	margin-right: 20px;
}

.eliminast {
	width:17px;
	height:17px;
	background-image:url(../images/elimina.png);
	background-repeat: no-repeat;
	float: right;
	margin-left: 20px;
}

.eliminastita {
	width:17px;
	height:17px;
	background-image:url(../images/elimina.png);
	background-repeat: no-repeat;
	float: right;
	margin-left: 20px;
}


legend {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 21px;
    padding: 10px 0;
    border-bottom: solid 2px #c5c5c5;
    width: 100%;
    margin-bottom: 15px;
    color: #585858;
}


#row_bt_form {
	float: right;
	margin: 10px 0 30px 0;
}

.alert_error {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    color: red;
	background-color: #f8bbbb;
	width:100%; 
	padding:10px;
}

.alert_success {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    color: green;
	background-color: #a8d179;
	width:100%; 
	padding:10px;
}



.subtitolo_imput{
 	display: block;
 	width: auto;
    font-size: 25px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	line-height: 38px;
	color: #a8a87f;
	border-style:solid;  
	background-color:#fff0b5; 
	border-width:0px; 
	margin: 3px 0;
} 

.variant_issue_imput, .data_issue_imput{
	font-family: 'Open Sans Condensed';
    font-size: 18px;
    line-height: 22px;
	float: left;
	border-right: solid #e1e1e1 1px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	
 	display: block;
 	width: auto;
	color: #a8a87f;  
	background-color:#fff0b5; 
	border-width:0px;  
} 


	.descrizione_ita_imput{
	display: block;
 	width: 100%;
	height: 200px;
	font-size: 12px;
	line-height:17px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 15px;
}


.subtitolo_imput:focus, .variant_issue_imput:focus, .data_issue_imput:focus { 
	outline:none;
	background-color:#fff0b5;
	color: #6a6a5d;

} 

#container_cover_edit {
    float: left;
    margin-bottom: 20px;
    width: 100%;
	border: 6px #FFF solid;
	box-shadow: 2px 2px 3px 0px #b8b8b8;
	position: relative;
}




/* inputfile */
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
}


/* inputfile style 1 */

#container_cover_edit_bt {
}


.inputcover-2 + label {
	color: #f1e5e6;
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	margin-bottom: 0;
	width: 100%;
	float: left;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.inputcover-2 + label img {
	margin-right:10px;
}

.inputcover-2:focus + label,
.inputcover-2.has-focus + label,
.inputcover-2 + label:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}


/* inputfile style 5 */

.inputcover-1 + label {
    color: #d3394c;
	margin-bottom: 0;
}

.inputcover-1:focus + label,
.inputcover-1.has-focus + label,
.inputcover-1 + label:hover {
    color: #722040;
}

.inputcover-1 + label figure {
    width: 100%;
    height: 330px;
    background-color: rgba(190, 190, 190, 0.8);
    display: block;
    position: relative;
    margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.inputcover-1 + label figure span {
	color:#FFF
}

.inputcover-1 + label figure #icocop {
	width: 100%;
	margin: 60px 0 20px 0;
	float: left;
}

.inputcover-1:focus + label figure,
.inputcover-1.has-focus + label figure,
.inputcover-1 + label:hover figure {
    background-color: rgba(28, 133, 212, 0.8);
}

.inputcover-1 + label figure::before,
.inputcover-1 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputcover-1 + label figure::before {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
}

.inputcover-1 + label figure::after {
    border-bottom: 20px solid #969696;
    border-right: 20px solid transparent;
	background-color: #FFF;
}

.inputcover-1:focus + label figure::after,
.inputcover-1.has-focus + label figure::after,
.inputcover-1 + label:hover figure::after {
    border-bottom-color: #21689d;
}


.artista_cont {
	float: left;
	margin: 10px 15px 0 0;
	min-height: 10px;
	display: block;
}
	
.cont_autori, .cont_personaggi {
	float: left;
	margin: 10px 15px 20px 0;
	width:100%;
	
}
	
.artista_label {
	padding: 5px 10px;
	background-color: #FFF;
	border: solid 1px #cccccc;
	float: left;
}
	
.elimina_artista {
	margin: 5px 0 0 8px;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/elimina.png);
	cursor: pointer;
}
	
.mostra_nuovo_artista {	
	float: left;
    margin-top: 10px;
}
	
.aggiungi_nuovo_artista {	
	float: left;
    width: 100%;
    margin: 15px 0 0 0;
}


/*ui.accordion.css*/

.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
/*.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}*/

.ui-widget
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 15px;
}
.ui-menu
{
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.ui-autocomplete
{
	cursor: default;
	position: absolute;
}
.ui-menu .ui-menu-item
{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a
{
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
.ui-menu .ui-menu-item a:hover
{
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: White;
	cursor: pointer;
	background-color: #4199db;
}
.ui-widget-content a
{
	color: #222222;
}


#risultato_nuovo_artista {
    width: 100%;
    margin: 9px 15px 0 0;
	height: 20px;
}

.link_genedit{
	color: #4199db;
	line-height: 15px;
}

.ico_add {
	background-image: url(../images/add.png);
    height: 16px;
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 2px 0 0 25px;
}

.ico_add:hover {
    background-image: url(../images/addhover.png);
	color: #4199db;
}



/** notifications **/
.notify {
  display: block;
  background: #f2f2f2 !important;
  padding: 12px 18px;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  text-align: center !important;
  font-size: 14px;
}

.notify h1 { 
	margin-bottom: 6px !important; 
	font-size: 21px !important;
	margin: 0 0 6px 0 !important;
	text-align: center !important;
}

.successbox h1 { color: #678361; }
.errorbox h1 { color: #9a1605; }

.successbox h1:before, .successbox h1:after { background: #cad8a9; }
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}




#cover_edit {
    position: relative;
}

#cover_edit img {
    float: left;
	min-height: 270px;
	width: 100%;
}

/******************************************/





@media screen and (max-width:1130px) {
	
	#homeleft{
	width: 640px !important;
	}
	
	#logo {
		width: 230px;
		margin: 10px 0 10px 0;
	}
	
	#leaderboard {
    margin: 12px 0 0 0;
	}

	#footercheck_show{
	display:none;
	}
	
	#containerinfo_dettagli {
	height: 310px;
	}
	
	#alboleftFront {
	margin-top: 220px
	}
	
}


/* for 992x or less */
@media (max-width: 991px) {
	
	#homeleft{
	width: 100% !important;
	}

	#homeright {
	width: 100% !important;
	}
	
	#leaderboard {
    display:none;
	}
	
	#logo {
	display: none;
	}
	
	#logo_m {
	width: 50%;
	padding: 15px 0 5px 0;
	float: none;
	margin: 0 auto 10px auto;
	display: block;
	}
	
	#logo_m img{
	width: 100%;
	}
	
	#container_cover_serie, #container_cover_serie_it {
    display: none;
	}
	
	#containerinfo_dettagli, #containerinfo_dettagli_it {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
	}
	
	#row_bottom { 
	position:inherit;
	}
	
	#alboleftFront {
	margin-top: 130px
	}
}

/* for 768px or less */
@media screen and (max-width: 768px) {
	
	body {
    background-color: #000;
	background-image:none;
	}
	
	.nonemobile{ 
	display: none;
	}

	.nomobile{ 
	display: none;
	}
	
	#header-bottom {
    background-color: #3b3b3b;
	}

	#socialmain {
	display: none;
	}
	
	#barra-menu {
	float:left;
    position: relative;
	width: 96%;
	margin: 0 2%;
	background-color: #000;
	border-radius: 4px; 
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	-webkit-transition: all 500ms ease;
  	-moz-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	-ms-transition: all 500ms ease;
  	transition: all 500ms ease;	
	}

.sb_wrapper{
	left: 3%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 94%;
	height: 50px;
	float: left;
	}
	
	ul.sb_dropdown{
	position: relative;
	top: -6px;
	margin:3px 0 0 0;
	}
	
	


	ul.sb_dropdown li{
	color: #FFF;
	font-size:11px;
	float:left;
	padding: 0 0 0 12px;
	}
	
	ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:10px 10px 0 20px;
	}

	#alboleft {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
	}
	
	#alboright {
    width: 100%;
    text-align: center;
	}
	
	#alboleftFront {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
	}
	
	#alborightFront {
    width: 100%;
    text-align: center;
	}

	.coverita_variant {
    display: inline-block;
    height: 100px;
    width: 58px;
    float: none;
	}
	

	
	#issue {
    width: 100% !important;
    padding: 0;
	}
	
	div#funzioni_user {
	border-top: 1px solid #e1e1e1;
    border-left: 0px;
    display: table-row;
    width: 100%;
	}
	

	#addlibsche {
    float: none;
    margin-top: 10px;
	text-align: center;	
	}
	
	#data_issue, #variant_issue, #editore_issue {
    float: none;
	}
	
	.alboita_left {
    width: 35%;
	}
	
	.alboita_right {
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
	}
	
	.bkg_intestazione {
	  background: linear-gradient(0deg, rgba(232,232,232,1) 30%, rgba(200,200,200,1) 90%);
	  height: 100px;
	}
	
	.social_issue {
  	text-align: center;
	}
	
	#spoiler {
	display:none;
	}
	
	#logoeditore {
    display:none;
	}

	#info_dettagli1 {
    width: 100%;
	}
	
	.dettagli_testo {
    margin: 10px 0 0 0;
    padding: 0 20px 20px 20px;
    border-left: 0px solid #CCC;
    width: 100%;
	}
	
	.pulsanti_edit { 
	width: 55%;
    float: left;
    margin: 0 0 10px 0;
	}
	
	.modseriebt {
	 margin: 8px 10px 8px 0;
	 width:80%;
	}
	
	.addalbobt {
	 width:80%;
	}
	
	.historybt {
	 width:80%;
	}

	div#intestazione {
  	padding: 15px;
	text-align: center;	
	}
	
	#intestazione h1 {
  	text-align: center;
	}
	
	div#funzioni_albo {
  	padding: 0 20px 0 5%;
	}
	
	#alboleft {
  	position: initial;
	margin: 0;
	}
	
	#alboright {
	padding: 0 20px 0 5%;
	}
	
	#col-left-albo {
  	position: initial;
	padding: 0 20px;
	width:100%;	
	}
	
	#col-right-albo {
	padding: 0;
	width:100%;
	}
	
	#maintext_albo {
  	padding: 15px 20px;
	min-height: 50px;	
	}
	
	#sidebar {
	display: none;
	}
	
	#content {
	margin-right: 0;
	}

	.albinpd {
  	padding: 10px 0;
	}
	
	#photo_personaggio1 {
		width: 100%;
		margin: 0;
		height: 100%;
	}

	#dettagli_personaggi_nome {
		margin: 10px 0 10px 0px;
		width: 100%;
	}

	#dettagli_personaggi_colSX {
		margin: 0 0 0 0px;
		width: 100%;
		font-size:12px;
		line-height: 16px;
		height: auto;
	}

	#dettagli_personaggi_colDX {
		margin: 20px 0 0 0px;
		width: 100%;
		font-size:12px;
		line-height: 16px;
		min-height: auto;
	}


	#pagetext {
		padding: 0;
		width: 100%;
		margin: 0 auto 0 auto;
		font-size: 15px;
		line-height: 20px;
		-ms-word-break: break-all;
		 word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		hyphens:auto;
	}

	#pagearticle{
		padding: 2%;
		width: 100%;
		margin: 0 auto 20px auto;
		font-size: 15px;
		line-height: 20px;
		-ms-word-break: break-all;
		 word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		hyphens:auto;
	}

	.box_photo_personaggio2 {
    background-color: #fff;
    width: 100%;
    float: right;
    margin: 0 0 20px 0;
    text-align: right;
    line-height: 0;
	}
	
	#content-wrapper_lib {
	  float:left;
	  width:100%;
	  position: static;
	  right:0;
	  margin-right:0;
	}
	
	#sidebar_lib {
		float: left;
		width: 100%;
		position: relative;
		z-index: 100;
		
		
	}

	#content_lib {
		float: left;
		width: 100%;
		margin: 0;
	}

	
	.thumblib {
		float: left;
		height: 220px;
		margin: 0 3% 10px 2%;
		text-align: center;
		width: 28%;
	}

	.thumblib_cover {
		margin-bottom: 5px;
	}

	.thumblib_cover img {
		height: 178px;
		width: 100%;
		box-shadow: 2px 2px 3px 0 #b8b8b8;
		border: 3px solid #FFF;
	}

	.pagination-center {
		width:100%;
		text-align:center;
	}
	
	.comment_row textarea, .row_cb textarea {
    width: 100%;
	}
	
	.icone_scelte {
		float:left;
		width: 50%;
	}

	#row_pannello {
		background-color: #d8d8d8;
		float: left;
		padding: 1% 0 1% 2%;
		width: 100%;
		border-left: solid 1px #b5b5b5;
		border-right: solid 1px #b5b5b5;
	}


	#pannello { 
		position:relative; 
		top: 0;
	}

	.nomobile{ 
		display: none;
	}

	a.open-panel {
	  display: block;
	}

	a.close-panel {
	  display: block;
	  position: absolute;
	  right: 10px;
	  top: 13px;
	  background-image:url(../images/close.png);
	  width: 16px;
	  height: 16px;
	}

	  /* Move nav off screen, setup transitions */
	  #panel_left {
		width: 70%;
		position: absolute;
		left: -70%;
		top: 0;
		z-index:1020;
		 -webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		transition: all 500ms ease;	
		 padding: 0 0 0 10px;
			background-color: #FFF; 
	  }


	   .openPanel #panel_left {
		left: -15px;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		transition: all 500ms ease;	
	  }

	  #black {
		left: -100%;
		width: 100%;
		height:500%;
		background-color: #000000;
		position:absolute;
		z-index:1000;
		top:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5; 
		-khtml-opacity: 0.5; 
		opacity: 0.5; 
	}

	   .openPanel #black {
		left: 0;
	  }

	.sidebar {
		-webkit-box-shadow: 4px 8px 9px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 4px 8px 9px 0px rgba(0,0,0,0.75);
		box-shadow: 4px 8px 9px 0px rgba(0,0,0,0.75);
	}

	#boxscroll {
		height: auto;
	}


	.panelbutton_0 {
		width:33px;
		height: 26px;
		background-image:url(../images/bt_view_0_large.png)
	}
	.panelbutton_0_h {
		width:33px;
		height: 26px;
		background-image:url(../images/bt_view_0_h_large.png)
	}

	.panelbutton_1 {
		width:35px;
		height: 26px;
		background-image:url(../images/bt_view_1_large.png)
	}
	.panelbutton_1_h {
		width:35px;
		height: 26px;
		background-image:url(../images/bt_view_1_h_large.png)
	}

	.panelbutton_2 {
		width:33px;
		height: 26px;
		background-image:url(../images/bt_view_2_large.png)
	}
	.panelbutton_2_h {
		width:33px;
		height: 26px;
		background-image:url(../images/bt_view_2_h_large.png)
	}

	.bt_view_list {
		width:33px;
		height: 26px;
		float: left;
		background-image:url(../images/bt_view_list.png);
		margin: 0 5px 0 0;
	}

	.styled-select select {
		background: #fafafa none repeat scroll 0 0;
		color: #000;
		height: 17px;
		margin: 5px 0;
		padding: 0 0 0 5px;

	}

	.sb_wrapper input[type="text"] {
		font-size:20px;
		height: 30px;
	}
	

	ul.sb_dropdown{
		height: 60px;
	}

	input.sb_search{;
		height:30px;
	}

	#suguiciFB {
		display:none;
	}

	#paginate .pagination ul li {	
		font: bold 12px Arial;
	}


	.coverita_variant {
		display: inline-block;
		height: 100px;
		width: 58px;
		float: none;
	}

	#loading {
		left: 39%;
		top: 100px;
	}

	#container_cover img, #container_cover_serie img, #container_cover_cb img {
		width: 98%;
	}

	.tilelib {   
		width: 100%;
		font-size: 12px;
	}	
	
	
	.boxarticolo_list {
    margin: 1% 1% 20px;
    width: 98%;
	}

	.boxarticolo_text{
		font-size:140%
	}

	
	#maintext_cb {
    margin: 0 auto 0 auto;
    font-size: 15px;
    line-height: 20px;
	}
	
	.alboita_dettagli {
    margin: 0 0 15px 0;
    text-align: left;
	}

	#navigazione {
    width: 100%;
	text-align: center;
	padding: 5px 0;	
	}
	
	#pagehead_serie {
    height: auto;	
	}
	
	#serielista {
    text-align: center;
	float: none;
	font-size: 15px;
	}
	
	#leaveComment_cb {
    margin: 0 0 30px 0;
	}
	
	.owl-theme .owl-controls {
    display: none !important;
	}
	
	.albinpd {
    padding-bottom: 10px;
	}
	
	.add_lib, .add_wish, .addserie {
  	margin-left: 3px;
	padding: 7px 8px;
	font-size: 9px;	
	}
	
	.add_wish, .add_lib {
  	margin-right: 5px;
	}
	
	#cover_ing {
    width: 100%;
    position: relative;
    top: 0px;
	}
	
	.delete_lib {
	margin-left: 3px;
	padding: 7px 8px;
	font-size: 9px;		
	}
	
	.delete_wish {
	margin-left: 3px;
	padding: 7px 8px;
	font-size: 9px;		
	}
	
	.btn_modificaFront{
	font-size: 9px;		
	}
	
}

/* for 480px or less */
@media screen and (max-width: 380px) {
	
#carousel-USA .item, #carousel-ITA .item, #carousel-TIT .item{
	height: 140px;
	margin: 5px;
}

	#bannermain .item {
	height:115px
	}
	
	.thumblib {
	margin: 0 4% 10px 1%;
	width: 44%;
	font-size: 13px;
	}
	
	.box_sinossi{
	font-size: 15px;
	}
	
	.cover_article {
    width: 95px;
	}
	
	#container_cover_cb_m {
	display:block;
    margin: 0 auto;
	width: 100%;
	text-align:center;
	}

	#container_cover_cb_m img {
	min-height: 80px;
	}
	
	#header-top {
	background-color:#3b3b3b;
	margin:0;
	background-image: none;
	}

}

@media screen and (max-width: 321px) {
	
	#carousel-USA .item, #carousel-ITA .item, #carousel-TIT .item{
	height: 122px;
	margin: 5px;	
	}

	.box_sinossi{
	font-size: 13px;
	}
	
	#paginate .pagination ul li {	
    padding: 2px 6px 1px 6px;
	font: bold 11px Arial;
	}
}



.google-auto-placed{
	margin: 40px 0;
	dislay: none;	
	}

#box_pers_serie {
    width: 73%;
    float: left;
    margin: 10px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
	}

.pages {
    margin-top: 8px;
}

.comment_com {
    background-color: #f3f3f3;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    padding: 0 3% 10px 3%;
    color: #000000;
    line-height: 20px;
}

.linkwhite a:link {
    color: #FFF;
}

.linkwhite a:hover {
    color: #FFF;
}

.linkwhite a:visited {
    color: #FFF;
}

.linkblack a:link {
    color: #000;
}

.linkblack a:hover {
    color: #000;
}

.linkblack a:visited {
    color: #000;
}

/************************************************************************************
STORE
*************************************************************************************/

.store-head{
    width:100%; 
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-size: 13px;
	position: relative;
	line-height: 18px;
}

.store-titleserie{
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 0px 1px 1px #fff;
	font-family: 'Open Sans Condensed';
    color: #3d3d35;
	margin: 0;
}

.store-titlecasa{
    font-size: 18px;
	font-family: 'Open Sans Condensed';
    color: #3d3d35;
	margin: 0;
}

.prezzo_serie {
    position: absolute;
    right: 10px;
    font-size: 26px;
    top: 50px;
    font-family: 'Open Sans Condensed';
    font-weight: 800;
}

.note-store {
    line-height: 20px;
    padding: 20px 0 32px 0;
}

.titlemumero{
    font-weight: bold;
}

.tilelib-store {   
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3f3', GradientType=0 );
    float: left;
	margin: 0 0 10px 0;
    width: 100%;
	border: solid #e4e5e5 1px;
	font-size: 80%;
	padding: 3px 0 7px 0;
}

.tilelib_dettagli-store {
    line-height: 18px;
    padding: 8px 5px 0 10px;
	overflow: hidden;
}

.prezzo_albo {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    font-size: 18px;
}

.wrapper-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-head h3 {
    margin: 30px 0 -3px 0 !important;
    font-weight: bold !important;
    color: #B52225 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 12px !important;
}

.bthomestore {
	margin: 10px 0;
	font-size: 13px;
}

.bthomestore p:before {
    content: "";
    display: block;
	background-image:url(../images/edit-store.png);
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 6px 0 0;
	}

	#altrow tr:nth-child(even) {background: #ececec}
	#altrow tr:nth-child(odd) {background: none}
	#altrow tr:nth-child(1) {
	background:none;}


/************************************************************************************
OYSTER SNIPPET
*************************************************************************************/

.oyster-snippet { width: 100%; padding: 25px; }

.oyster-head-logo{
  float: right;
}

.oyster-head-logo img{
  width:80px;
  height:20px;
  object-fit:contain;
  display:block;
  margin-right: 25px;	
}

.oyster-card{
  position: relative;
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;	
}

.oyster-card-img{
  width: 120px;
  flex: 0 0 120px;
}

.oyster-card-img img{
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.oyster-card-body{
  flex: 1 1 auto;
  min-width: 0;	  
  padding-right: 0
}

.oyster-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:6px;
}	

.oyster-card-date{
  font-size: 13px;
  color: #7b80a7; 
  margin-bottom: 6px;
}

.oyster-card-title{
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 6px;
  line-height: 1.15;
}

.oyster-card-title:hover{ text-decoration: none; }

.oyster-card-author{
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 10px;
}

.oyster-card-excerpt{
  font-size: 13px;
  color: #111827;
  line-height: 1.45;
}

.oyster-card-cat{
  position: static;
  right: auto;
  top: auto;
  flex: 0 0 auto;
}

.oyster-card-cat span {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 9px;
	font-weight: 800;
	background: #acacac;
	color: #fff;
	letter-spacing: 0.5px;
}

/* for 768px or less */
@media screen and (max-width: 768px) {
	.oyster-card-img, .oyster-card-excerpt{ 
	display: none;
	}
}	