/* in evidenza homepage */
@media (min-width: 480px) {
	.inEvidenza .prod {
		display: table;
	}
	.inEvidenza .foto {
		display: table-cell;
		width: 50%;
		max-width: 400px;
		vertical-align: middle;
	}
	.inEvidenza .foto a {
		display: block;
		position: relative;
	}
	.inEvidenza  .thumb {
		width: 100%;
		height: auto;
	}
	.inEvidenza .proDet {
		display: table-cell;
		vertical-align: middle;
		padding: 22px 6px;
		width: 50%;
	}
	.inEvidenza .titSlide {
		padding-top: 1em;
	}
	.inEvidenza .titSlide span {
		position: absolute;
		width: 90%;
		margin-left: 5%;
		top: 0;
	}
}
@media (max-width: 479px) {
	.inEvidenza .prod {
		position: relative;
	}
	.inEvidenza .foto {
		position: relative;
		width: 80%;
		padding-bottom: 6px;
		margin: 0 auto;
		text-align: center;
	}
	.inEvidenza .foto a {
		width: 100%;
		display: block;
	}
	.inEvidenza  .thumb {
		width: 100%;
		height: auto;
	}
	.inEvidenza .titSlide {
		padding: 0 6px;
	}
}

@media (min-width: 720px) {
	.inEvidenza {
		font-size: 18px;
	}
}
@media (min-width: 320px) and (max-width: 719px) {
	.inEvidenza {
		font-size: 14px;
	}
}
@media (max-width: 319px) {
	.inEvidenza {
		font-size: 12px;
	}
}
.inEvidenza {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.inEvidenza .control {
	position: absolute;
	top: 50%;
	margin-top: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../IMG/swipeArrow.png);
	background-repeat: no-repeat;
	/*z-index: 30;*/
}
.inEvidenza .fw {
	right: 0;
	background-position: right center;
}
.inEvidenza .rw {
	left: 0;
	background-position: left center;
}/*
.inEvidenza .slider {
	position: relative;
	width: 2400%;
	list-style: none;
	left: 0;
	-webkit-transition-property: left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: left;
	-moz-transition-duration: 0.5s;
	transition-property: left;
	transition-duration: 0.5s;
}
.inEvidenza .slide {
	position: relative;
	float: left;
	width: 4.16%;
	padding: 2em 0;
	z-index: 2;
}*/
.inEvidenza .prod {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.inEvidenza  .thumb {
	border: none;
}
.inEvidenza .proDet {
	position: relative;
	text-align: center;
}
.inEvidenza .proText header {
	width: 100%;
	position: relative;
	height: 3em;
	overflow: hidden;
}
.inEvidenza .proText header:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1em;
	bottom: 0;
	right: 0;
	background-image: url(../IMG/textCut.png);
	background-repeat: repeat-y;
	background-position: right;
}
.inEvidenza .titSlide {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
}
.inEvidenza .titSlide span {
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.inEvidenza .price, .inEvidenza .noPrice {
	position: relative;
	height: 5em;
	margin: 1em auto 2em auto;
}
.inEvidenza .noPrice {
	display: table;
	width: 70%;
	padding: 6px;
	text-align: center;
	border: 1px dashed #979797;
	background-color: #f5f5f5;
}
.inEvidenza .noPrice p {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.5;
	text-transform: uppercase;
}
.inEvidenza .newPrice {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -0.5em;
	font-size: 2.5em;
	font-weight: bold;
}
.inEvidenza  .newPrice span {
	font-size: 0.75em;
}
.inEvidenza .oldPrice {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -1.75em;
	font-size: 1.5em;
	text-decoration: line-through;
	color: #C1C1C1;
}
.inEvidenza .boxPromo {
	text-align: center;
	position: absolute;
	margin-top: -3em;
	width: 100%;
}
.inEvidenza .promo {
	display: block;
	width: 13em;
	margin: 0 auto;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #000;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.home .sez .slider {
	position:initial;
	width: 100%;
	/*-webkit-transition-property: left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: left;
	-moz-transition-duration: 0.5s;
	transition-property: left;
	transition-duration: 0.5s;*/
}
.home .sez .slide {
	position: initial;
	width: 100%;
	float: none;
	z-index: 2;
}


/*carosello gallery e banner home*/
#gallery-carousel{
    background-color: #fff;
    padding-bottom: 20px;
}
#gallery .owl-prev {
	background-image: url(../IMG/prev.png);
	background-color: #fff;
	padding: 2px 2px;
	font-size: 0;
	width: 20px;
	height: 20px;
}
#gallery .owl-next {
	background-image: url(../IMG/next.png);
	background-color: #ff0000;
	padding: 2px 2px;
	font-size: 0;
	width: 20px;
	height: 20px;
}
#gallery .owl-theme .owl-nav {
	margin-top: 0;
}
#banner {
	padding-top: 10px;
	background-color:#fff;
}
.banner-home {
	/*float: left;
	width: 50%;
	padding: 5px;*/
    margin: 15px auto;
    text-align:center;
}