.intro{
	height: 100%;
}
.intro-bg{
	background:url('../images/parallax/01.jpg') center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}

/*CAROUSEL HOME*/
.thumb-carousel-wrap{
}
.home-carousel  .item{
	background:#fff;
}
.home-carousel  .item:hover{
}
.thumb-title{
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
}
.image-lightbox-link > img{
	padding: 15px;
	border-radius: 100%;
}


.home-slide{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.home-slide-01{
	background-image:url('../images/intro/01.jpg') !important;
}
.home-slide-02{
	background-image:url('../images/intro/02.jpg') !important;
}
.home-slide-03{
	background-image:url('../images/intro/03.jpg') !important;
}
.home-slide-04{
	background-image:url('../images/intro/04.jpg') !important;
}
.home-slide-05{
	background-image:url('../images/intro/05.jpg') !important;
}
.home-slide-06{
	background-image:url('../images/intro/06.jpg') !important;
}
.home-slide-07{
	background-image:url('../images/intro/07.jpg') !important;
}
.home-slide-08{
	background-image:url('../images/intro/08.jpg') !important;
}