	.swiper-container {
		width: 100%;
		height: 475px;
		background:url("../img/pattern/gs_viola_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_viola_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: #503e75;
		  margin: 50px 0 0 0;
	}
	.tit_page:after {
		content: '';
		position: absolute;
		left: 0;
		bottom:0;
		width: 170px;
		height: 141px;
		z-index: 100;
		background: url("../img/share/disegna.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: 40px;
		  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 {
		color: #fff;
		font-weight: 900;
		line-height: 35px;
		font-size: 1.5em;
	}

	.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 {
		width: 200px;
		overflow: hidden;
		float: left;
		height: 320px;
		padding:0 33px 0 0;
	}
	.blocco_prodotti ul li div.img_prodotto {
		width: 200px;
		margin: 0 0 5px;
		position:relative;
	}

	.blocco_prodotti ul li img {
		width: 190px;
		height: auto;
		border:5px #fff solid;
	}

	.txt_nome h3 {
		font-size:0.900em;
		line-height: 20px;
		height:40px;
		color:#fff;
		font-weight: 400;
		  overflow: hidden;
	}

	.ie7 .swiper-container,
.ie8 .swiper-container {
	display:none !important;

}




@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 img {
		  width: 90px;
	}
	.txt_nome {
		padding: 0 0 0 110px;
	}
	.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;
	}
	.swiper-slide img {
		width: 100%;
		height:auto;
		position:relative;
		left:0;
		top:0;
		-ms-transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;

	}
}
