.slider-pro {text-align:left; position:relative;

}
#example1 .sp-image-container::after { content: ""; border:20px solid #fff; height: 100%; width: 100%; display: block; position: absolute; top: 0; left:0; }
#example1 .sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {background-color:#575756;}
#example4 .sp-next-arrow:after,#example4 .sp-next-arrow:before,#example4 .sp-previous-arrow:after,#example4 .sp-previous-arrow:before{background-color:#575756}
#slideprodotti .sp-next-arrow:after,#slideprodotti .sp-next-arrow:before,#slideprodotti .sp-previous-arrow:after,#slideprodotti .sp-previous-arrow:before{background-color:#fff;}


/* Example 1 */
#example1 {margin-bottom:100px;}
#example1 .sp-thumbnail {
	width: 100%;
	padding: 15px 20px;
	background-color: #e3e3e3;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#example1 .sp-selected-thumbnail .sp-thumbnail {
    background-color: #fff;}

#example1 .sp-thumbnail-title {
	border-bottom: 1px solid #ededed;
	color: #575756;
	font-weight: 800;
	margin-bottom: 5px;
	font-size: 0.9em;
	height: 50px;
	overflow: hidden;

}

#example1 .sp-thumbnail-description {
	font-size: 0.9em;
	height: 50px;
	overflow: hidden;
	color: #575756;
}
#example1 .sp-layer a {color:#003671;

}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 12px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}

/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #575756;
}

/* Example 4 */

#example4  {
	float: right;
	border: 1px solid #d6d6d6;
	border-right: 3px solid #d6d6d6;
	border-bottom: 3px solid #d6d6d6;
	margin-bottom: 20px;
	margin-left: 30px;
}
#example4 .sp-slides-container {


}

#example4 h3 {
	margin: 0 0 10px 0;
}

#example4 p {
	margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
	width: 0px;
	height: 00px;
	overflow: hidden;
	margin-bottom: 0px;
	display: none !important;
}

#example4 .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}

.links {
	text-align: center;
	margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
	float: right;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}
/* Gallery */
#gallery, #Mobgallery { margin-bottom: 20px;}
#gallery .sp-slides-container, #Mobgallery .sp-slides-container {
	/*background-color: #F4F4F4;*/
}

#gallery h3, #Mobgallery h3 {
	margin: 0 0 10px 0;
}

#gallery p, #Mobgallery p {
	margin: 0 0 30px 0;
}
#gallery .sp-thumbnail-container, #Mobgallery .sp-thumbnail-container {
	width: 230px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
	position: relative;
}
#Mobgallery .sp-thumbnail-container {
	float: none; display: inline-block; margin: 10px;
}
#gallery .sp-image-text, #Mobgallery .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}



#gallery .sp-thumbnail-container:hover .caption, #Mobgallery .sp-thumbnail-container:hover .caption{
		opacity: 1;

	}
#gallery .sp-thumbnail-container .caption, #Mobgallery .sp-thumbnail-container .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	top: 0;

	}
#gallery .sp-thumbnail-container img, #Mobgallery .sp-thumbnail-container img{
		z-index: 4;
	}
#gallery .sp-thumbnail-container .caption img, #Mobgallery .sp-thumbnail-container .caption img{
		z-index: 5;
	width: 230px;
		height: 130px;
		filter: blur(5px);
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
	}



#gallery .sp-thumbnail-container .blur, #Mobgallery .sp-thumbnail-container .blur{
		background-color: rgba(255,255,255,0.75);
		height: 130px;
		width: 230px;
		z-index: 6;
		position: absolute;
	top:0;

	}

#gallery .sp-thumbnail-container .caption-text h3, #Mobgallery .sp-thumbnail-container .caption-text h3{

		text-align: center;
	font-size: 1em;
	line-height: 1em;
	}

#gallery .sp-thumbnail-container .caption-text, #Mobgallery .sp-thumbnail-container .caption-text{
		z-index: 10;
		color: #3c3c3b;
		position: absolute;
		width: 230px;
		height: 130px;
		text-align: center;
		top:50px;
	}












@media (max-width: 620px) {
	#gallery .sp-thumbnail-container .caption-text h3{
	font-size: 1.5em;

	}

#gallery .sp-thumbnail-container .caption-text{
		top:10px;
	}
}

@media (max-width: 500px) {
	#gallery .sp-thumbnail-container .caption-text h3{
	font-size: 1.9em;

	}
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}