.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/************************************************ personalizzazioni ***************************************************/
	
	/* TITOLI PARAGRAFI IN HOME */
	
	.titoli-paragrafi-colonne {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;;
	color: #3F444A;
	font-family: Arial, Helvetica, sans-serif;
	}

	/* MODULISTICA */
	
	.modulistica-titolo {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F444A;
	font-family: Arial, Helvetica, sans-serif;
	}

	.modulistica-sezioni-voce-elenco {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F444A;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.modulistica-sezioni-titolo {
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F444A;
	font-family: Arial, Helvetica, sans-serif;
	}

	.modulistica-sezioni-paragrafo {
	font-size: 16px;
	margin-bottom: 10px;
	color: #3F444A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	}

	/* BREADCRUMB */

	#breadcrumb-margine{
		margin-top: 125px;
	}

	/* 5. SLIDER */

	#slider{
		margin-top: 80px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 650px;
	}

	#home-carousel .item:before{
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	/*opacity: 0.5;*/
	position: absolute;
	width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;	
	}

	.carousel-caption h1 {
		font-size:46px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:81px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}
	
	.slide-titolo-piccolo {
		color: #fff;
		font-size: 70px;
		font-weight: 300;
		line-height: 50px;
	}
	
	.slide-titolo-grande {	
		color:#fff;
		font-size: 80px;
		font-weight: 600;
		line-height: 80px;		
	}

	.slide-testo-piccolo {	
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;		
	}

	/* NAVBAR */

	#header{}

	#header .navbar {
		min-height: 126px;
		margin-bottom: 0;
		border-radius: 0;
	}

.spazio1 {
    margin-top: 10px; 
}

.spazio2 {
    margin-top: 20px; 
}
	
	.spazio5 {
    margin-top: 50px; 
}

	.st-navbar{
		background-color: #fff;
		border-bottom: 0px solid #fff;
	}
	
	.st-navbar ul{
		/* margine superiore delle voci di menu */
		margin-top: 35px;
	}

	.st-navbar ul li a{
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	/* spaziatura orizzontale tra le voci di menu */
	margin: 15px;
	color: #666;
	font-size: 15px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-header{
		/* margine superiore del logo */
		margin-top: 8px;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 7px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}
	
	.dropdown-menu > li > a:hover  {
    background-color: #fff;
	}	
	
	.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
	background-color:#fff;
	border-color:#fff;
	}
	
	/* xs */
	@media (max-width: 767px) {

	.logo{
		margin-left: 15px;
	}

	.navbar-nav{
		background-color: #fff;
	}

	.st-navbar .navbar-collapse ul{
		margin-top: 34px;
	}
	
	.slide-titolo-piccolo {
		font-size: 40px;
		font-weight: 300;
		line-height: 40px;
	}
	
	.slide-titolo-grande {
		font-size: 50px;
		font-weight: 600;
		line-height: 50px;
	}
	
	.slide-testo-piccolo {	
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;		
	}



	/* XS Portrait */
	@media (max-width: 479px) {

	.logo{
		margin-left: 15px;
	}

	.navbar-nav{
		background-color: #fff;
	}

	.st-navbar .navbar-collapse ul{
		margin-top: 34px;
	}
	
	.slide-titolo-piccolo {
		font-size: 30px;
		font-weight: 300;
		line-height: 30px;
	}
	
	.slide-titolo-grande {
		font-size: 40px;
		font-weight: 600;
		line-height: 45px;		
	}
	
	.slide-testo-piccolo {	
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;		
	}




/* posizione del menu e del logo */
/*.c-layout-header {
	margin-top: 0px;
}

/* posizione del logo */
/*.c-layout-header .c-brand {
    margin: 15px 0 0px 0; 
/*}

/* dimensione del top */


/* dimensione del top on scroll */
/*.c-page-on-scroll.c-layout-header-fixed .c-layout-header {
 /*   height: 115px;
/*}

/* posizione del logo on scroll */
/*.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
/*    margin: 15px 0 0px 0;;
/*}



	
