	.swiper-container {
		width: 100%;
		height: 475px;
		background:url("../img/pattern/gs_rosso_pattern.png") repeat 0 0;
		border-top: 10px #fff solid;
		border-bottom: 10px #fff solid;
	}
	.swiper-slide {
		overflow: hidden;
	}
	.swiper-slide img {
		 width: auto;
		  height: 475px;
		  -ms-transform: translateX(-50%);
		  -webkit-transform: translateX(-50%);
		  -moz-transform: translateX(-50%);
		  transform: translateX(-50%);
		  position: absolute;
		  left: 50%;
		  top: 0;
	}
	.swiper-container-horizontal > .swiper-pagination {
		bottom: 0;
		left: 0;
		width: 100%;
		background:#0d5e98;
		height: 30px;
	}
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #000;
		opacity: 0.2;
	}
	.swiper-pagination-white .swiper-pagination-bullet-active {
		opacity: 1;
	}
	.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
		margin: 9px 5px;
	}

	.ie7 .swiper-pagination,
	.ie8 .swiper-pagination,
	.ie9 .swiper-pagination {
		display:none;
	}

	.ie7 .swiper-slide,
	.ie8 .swiper-slide,
	.ie9 .swiper-slide {
		position:absolute;
		left:0;
		top:0;
		display:none;
	}
	.ie7 .swiper-lazy-preloader,
	.ie8 .swiper-lazy-preloader,
	.ie9 .swiper-lazy-preloader {
		display:none;
	}

	 	.blocco_scheda {
		width: 970px;
		margin:45px auto 60px;
		background: url("../img/pattern/gs_rosso_pattern.png") repeat 0 0;
		border:5px #fff solid;
		border-radius:24px;
		overflow:visible;
		position:relative;
		min-height:300px;
		z-index:1;
		box-shadow: 0px 0px 5px 0px rgba(0, 3, 25, 0.35);
	}
	.tit_page {
		  position: relative;
		  min-height: 80px;
		  background: #9f2029;
		  margin: 50px 0 0 0;
	}
	.tit_page:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 179px;
		height: 160px;
		z-index: 100;
		background: url("../img/share/personaggi.png") no-repeat left bottom;
	}
	.tit_page h1 {
		  font-size: 1.750em;
		  line-height: 80px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 195px;
		  font-weight:900;
	}
	.tit_page h2 {
		  font-size: 1.750em;
		  line-height: 80px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 195px;
		  font-weight:900;
	}
	.tit_page h2 span.tit_page_1 {
		  line-height: 40px;
		  display:block;
	}
	.tit_page h2 span.tit_page_2 {
		  line-height: 40px;
		  display:block;
		  color:#fff;
	}
	.tit_page_center {
		width: 100%;
  		padding: 0;
	}

	.txt_seo {
		color:#fff;
		padding: 0 0 10px;
	}
	.txt_seo h2,
	.txt_seo h3 {
		color:#fff;
		font-weight: 900;
		  line-height: 35px;
		  font-size: 1.5em;
	}
	a.tv {
		border-radius: 5px;
		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: 35px;
			top: -38px;
		z-index: 2;
		line-height:26px;
		font-family: 'Londrina Solid', cursive;
		font-size:0.850em;
	}
	a.tv span {
		background: url("../img/share/avanti.png") no-repeat 7px center;
		padding: 0 10px 0 25px;
	}

	.blocco_scheda_int {
		width:900px;
		margin:30px auto 65px;
		overflow:hidden;
	}


	.blocco_prodotti {
		width: 900px;
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	.blocco_prodotti ul {
		width:940px;
		overflow: hidden;
		list-style-type: none;
	}
	.blocco_prodotti ul li {
		position: relative;
		width: 200px;
		overflow: hidden;
		float: left;
		height: 397px;
		padding:0 33px 0 0;
	}
	.blocco_prodotti ul li div.img_prodotto {
		width: 200px;
		margin: 0 0 5px;
		position:relative;
	}
	.blocco_prodotti ul li div.img_prodotto.guarda:after {
		content:'';
		position:absolute;
		left:50%;
		top:50%;
		width:28px;
		height:28px;
		background: url("../img/share/ico_guarda.png") no-repeat 0 0;
		background-size:28px 28px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.blocco_prodotti ul li div.img_prodotto.ascolta:after {
		content:'';
		position:absolute;
		left:50%;
		top:50%;
		width:28px;
		height:28px;
		background: url("../img/share/ico_ascolta.png") no-repeat 0 0;
		background-size:28px 28px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.blocco_prodotti ul li div.img_prodotto img {
		width: 190px;
		height: auto;
		border:5px #fff solid;
	}

	.txt_nome h2 {
		font-size:1em;
		line-height: 20px;
		/*min-height:70px;*/
		color:#fff;
		font-weight: 700;
		overflow: hidden;
		padding-bottom: 5px;
	}
	.txt_desc {
		font-size: 0.800em;
		font-weight: 700;
		color: #fff;
	}
	.txt_btn{
    position: absolute;
    bottom: 25px;
		/*padding-top: 20px; */
	}


	.blocco_vis_dur {
		width:100% !important;
		overflow:hidden;
		list-style-type:none;
		padding:10px 0;
		margin:0;
		line-height:17px;
		color:#fff;
		font-weight:700;
		font-size:0.750em;
	}

	.blocco_vis_dur li.durata {
		padding:0 0 0 25px;
		margin:0 40px 0 0;
		background: url("../img/share/ico_durata.png") no-repeat 0 0;
		height: inherit;
		width: initial;
	}
	.blocco_vis_dur li.visti {
		padding:0 0 0 25px;
		margin:0 40px 0 0;
		background: url("../img/share/ico_visti.png") no-repeat 0 0;
		height: inherit;
		width: initial;
	}
	.ie7 .swiper-container,
.ie8 .swiper-container {
	display:none !important;

}

.blocco_topazia{ position: relative; margin-top: 40px; }
.blocco_topazia img{ float: left; margin-right: 25px; }
.blocco_topazia h2{ padding-bottom: 15px; }
.blocco_topazia a{ color: #fecd33; text-decoration: underline; }

@media screen and (min-width: 320px) and (max-width: 767px) {
	.blocco_scheda {
		width: 100%;
		margin: 0 auto 0;
		border: none;
		border-radius: inherit;
		overflow: visible;
		position: relative;
		box-shadow: none;
	}
	.tit_page {
		min-height: 50px;
		margin: 0;
	}
	.tit_page:after {
		background:none;
		display:none;
	}
	.tit_page h1 {
		font-size: 1.250em;
		line-height: 30px;
		color: #FFEA00;
		z-index: 1;
		padding: 15px 10px;
		font-weight: 900;
		margin: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	a.tv {
		display:none;
	}
	.blocco_scheda_int {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 10px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.txt_seo h2 {
		line-height: 30px;
		font-size: 1.250em;
		padding: 0 0 10px;
	}
	.blocco_prodotti {
		width: 100%;
	}
	.blocco_prodotti ul {
	  width: 100%;
	}
	.blocco_prodotti ul li {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		min-height: 120px;
		overflow: hidden;
	}
	.blocco_prodotti ul li div.img_prodotto {
	    width: 100px;
		margin: 0 10px 0 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.blocco_prodotti ul li div.img_prodotto img {
		  width: 90px;
	}
	.txt_nome, .txt_desc {
		padding: 0 0 0 110px;
	}
	.txt_btn{ display: none; }
	.blocco_vis_dur {
		width: 100% !important;
		overflow: hidden;
		list-style-type: none;
		padding: 10px 0 10px 110px;
		margin: 0;
		line-height: 17px;
		color: #FFFFFF;
		font-weight: 700;
		font-size: 0.750em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.blocco_vis_dur li.visti {
		min-height: inherit;
		margin: 0;
	}
	.blocco_vis_dur li.durata {
		min-height: inherit;
	}
	.swiper-container-horizontal > .swiper-pagination {
		display:none !important;
	}
	.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
		display:none !important;
	}
	.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display:none !important;
	}
	.swiper-container {
		height: auto;
	  	border-left:none;
	  	border-right:none;
	  	border-bottom:none;
		border-top:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition:0.5s all ease;
	}
	.swiper-slide img {
		width: 100%;
		height:auto;
		position:relative;
		left:0;
		top:0;
		-ms-transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;

	}

	.blocco_topazia img{
		float: none;
    margin: auto;
	}
}
