 	.libri_top_container {
		width: 100%;
		background: url("../img/pattern/gs_arancio_pattern.png") repeat 0 0;
		border-top:5px #fff solid;
		border-bottom:5px #fff solid;
		clear:both;
		overflow:hidden;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	}
	
	.swiper_container_stilton {
		width: 100%;
        height: 380px;
		position:relative;
		z-index:1;
		
	}
	
	
	
	.swiper-container {
        width: 100%;
        height: 335px;
        margin-left: auto;
        margin-right: auto;
		background: url("../img/share/back_ebook.png") repeat-x left bottom;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
	
	
	
    .gallery-top {
        width: 100%;
		height:45px;
		line-height:45px;
		text-align:center;
		color:#ffea00;
		font-size:1.000em;
		background:#ef7e19;
		
    }
	.gallery-top h3 {
		font-size:1.300em;
    }
	.gallery-top h3 a {
        color:#ffea00;
    }
    .gallery-thumbs {
        box-sizing: border-box;
        padding:0;
    }
    .gallery-thumbs .swiper-slide {
        height: 211px;
		position:relative;
		width:20%;
		top: 80px;
		z-index:1;
    }
	.gallery-thumbs .swiper-slide-active {
		z-index:10;
    }
	.gallery-thumbs .swiper-slide span {
		display:none;
    }
	.gallery-thumbs .swiper-slide a {
        height: 211px;
		position:relative;
		display:block;
		pointer-events: none;
	}
	.gallery-thumbs .swiper-slide:after {
		content:'';
		  border-radius: 50%;
		  background-color: rgb(0, 0, 0);
		  position: absolute;
		  left: 50%;
		  opacity: 0.3;
		  bottom: 0px;
		   width: 150px;
  height: 13px;
		  z-index: 1;
		    bottom: 3px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
    }
	.gallery-thumbs .swiper-slide img {
		  width: auto;
		  height: 150px;
		  position: relative;
		    top: 50px;
		  left: 50%;
		  z-index: 100;
		  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
		  transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:0px 3px 10px 0px rgba(50, 50, 50, 0.5);
		box-shadow:0px 3px 10px 0px rgba(50, 50, 50, 0.5);
    }
	.gallery-thumbs .swiper-slide-active:after {
		  width: 220px;
		  height: 25px;
		  bottom: -10px;
		background-color: rgb(252, 255, 22);
		opacity:1;
    }
	.gallery-thumbs .swiper-slide-active a {
		pointer-events:inherit;
	}
    .gallery-thumbs .swiper-slide-active img {
		width:auto;
		height:187px;
		top:20px;
		
		
    }
	.swiper-button-prev.swiper-button-white {
		background-size: 36px auto;
		width: 45px;
		height: 45px;
		left: 30px;
		top: 0;
		margin-top: 0;
	}
	.swiper-button-next.swiper-button-white {
		background-size: 36px auto;
		width: 45px;
		height: 45px;
		right: 30px;
		top: 0;
		margin-top: 0;
	}
	
	
	

	
    /*.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: url('../img/demo/lib.png') no-repeat center center;
        width: 209px;
		height:159px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }*/
	
	
	.ie7 .swiper_container_stilton,
	.ie8 .swiper_container_stilton,
	.ie9 .swiper_container_stilton {
        height:auto;
		overflow:hidden;

	}
	.ie7 .swiper-wrapper,
	.ie8 .swiper-wrapper,
	.ie9 .swiper-wrapper {
		overflow:hidden;
	}
	.ie7 .gallery-thumbs,
	.ie8 .gallery-thumbs,
	.ie9 .gallery-thumbs {
		border-bottom:40px #177782 solid;
		overflow:hidden;
		padding:50px 0 30px;

	}
	.ie7 .gallery-thumbs .swiper-slide,
	.ie8 .gallery-thumbs .swiper-slide,
	.ie9 .gallery-thumbs .swiper-slide {
		float:left;
		top:0;
		height:250px;
		overflow:hidden;
		padding:30px 0 0;
	}
	.ie7 .gallery-thumbs .swiper-slide:after,
	.ie8 .gallery-thumbs .swiper-slide:after,
	.ie9 .gallery-thumbs .swiper-slide:after {
		background-color:transparent;
	}
	.ie7 .gallery-thumbs .swiper-slide a,
	.ie8 .gallery-thumbs .swiper-slide a,
	.ie9 .gallery-thumbs .swiper-slide a {
        height: auto;
	}
	
	.ie7 .gallery-thumbs .swiper-slide a img,
	.ie8 .gallery-thumbs .swiper-slide a img,
	.ie9 .gallery-thumbs .swiper-slide a img {
        top:0;
		left:0;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		margin:0 auto;
	}

	.ie7 .gallery-thumbs .swiper-slide span,
	.ie8 .gallery-thumbs .swiper-slide span,
	.ie9 .gallery-thumbs .swiper-slide span {
		display:block;
		line-height:25px;
		text-align:center;
		color:#ffea00;
		font-size:1.100em;
		padding:10px;
    }
	.ie7 .swiper-container,
	.ie8 .swiper-container,
	.ie9 .swiper-container {
		height:auto;
		overflow:hidden;
		background:none;
	}
	.ie7 .gallery-top,
	.ie8 .gallery-top,
	.ie9 .gallery-top {
		display:none;
	}
	
	
.txt_seo {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 35px;
	position:relative;
	min-height:397px;
	background:url("../img/libri_top/back.png") no-repeat 0 15px;
	clear:both;
}
.txt_seo_pattern {
	background:url("../img/pattern/texture_carta.jpg") repeat 0 0;
	padding:45px 25px;
	width:545px;
	margin:15px 0 0 325px;
}
.txt_seo p {
	color:#074b64;
	line-height:24px;
}

.select_collana_100 {
	width:100%;
	background:rgba(23, 119, 130, 0.4);
	overflow:hidden;
}
.select_collana {
	width:950px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
.select_collana_1 {
	float:left;
	margin:0 80px 0 0;
}
.select_collana_2 {
	float:left;
	margin:0 15px 0 0;
}
	.input_libri_label {
		width: 225px;
		display: block;
		border: none;
		padding:0;
		line-height:20px;
		color:#FFFFFF;
		font-size:0.700em;
		float:none;
		margin:0;
		text-transform:uppercase;
	}
	.input_libri {
		width: 225px;
		border: 1px #307f88 solid;
		padding: 1px 0;
		line-height:21px;
		color:#307f88;
		font-size:0.700em;
		float:none;
		margin:0;
		clear:both;
	}
	
	
    @media screen and (min-width: 1280px) {
		.gallery-thumbs .swiper-slide {
			height: 211px;
			position:relative;
			width:15%;
		}
	}
	
	@media screen and (min-width: 1400px) {
		.gallery-thumbs .swiper-slide {
			height: 211px;
			position:relative;
			width:14%;
		}
	}
	@media screen and (min-width: 1800px) {
		.gallery-thumbs .swiper-slide {
			height: 211px;
			position:relative;
			width:12%;
		}
	}
	
@media screen and (min-width: 320px) and (max-width: 440px) {	
	.gallery-thumbs .swiper-slide {
	  height: 211px;
	  position: relative;
	  width: 60%;
	  top: 80px;
	}
}

@media screen and (min-width: 440px) and (max-width: 768px) {	
	.gallery-thumbs .swiper-slide {
	  height: 211px;
	  position: relative;
	  width: 55%;
	  top: 80px;
	}
}
	
@media screen and (min-width: 320px) and (max-width: 767px) {
	
		.tit_page h1 {
  font-size: 1.2em;
  line-height: 25px;
  color: #ffea00;
  z-index: 1;
  padding: 0 100px 0 10px;
}
	.swiper-button-next.swiper-button-white {
   background-size: 25px auto;
  right:5px;
 
}
.swiper-button-prev.swiper-button-white {
  background-size: 25px auto;
  left: 5px;
}
.gallery-top h3 {
   font-size: 0.8em;
  padding: 0 40px 0;
  line-height: 20px;
  position: relative;
  top: 50%;
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-thumbs .swiper-slide-active:after {
  width: 300px;
 
}
.select_collana {
	  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.select_collana_1 {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.select_collana_2 {
  float: left;
  margin: 0;
  width: 100%;
}
.txt_seo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  min-height: inherit;
  background: none;
  clear: both;
  padding:20px 10px;
  -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.txt_seo_pattern {
  background: none;
  padding: 0;
  width: 100%;
  margin: 0;
  color:#fff;
}
.txt_seo h1 {
  line-height: 30px;
  font-size: 1.250em;
  padding: 0 0 10px;
  color:#fff;
}
.txt_seo p {
  color:#fff;
}
a.indietro {
  border-radius: 4px;
  background-color: #ffda24;
  background-image: -moz-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
  box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 2;
  line-height: 22px;
  font-family: 'Londrina Solid', cursive;
  font-size: 0.750em;
}
}