.home-slider-wrap{
	position: relative;
	padding: 0 0 60px 0;
	z-index: 10;
}
.home-slider-wrap .item{
	position: absolute;
}

.home-slider-wrap .item img{
	display: block;
	position: relative;
	border-radius: 0 0 20px 20px;
}

.home-slider-wrap .desc{
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
}
.home-slider-wrap .desc>.bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-color: #ba8e67;
}
.home-slider-wrap .item .link{
	position: absolute;
	display: block;
	text-decoration: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-slider-wrap .title,
.home-slider-wrap .subtitle{
	position: relative;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.home-slider-wrap .title{
	font-size: 3.6em;
	font-weight: bold;
	padding: 12px 0 0 0;
}
.home-slider-wrap .subtitle{
	font-size: 2.0em;
	font-weight: 100;
	padding: 0 0 18px 0;
}
.home-slider-wrap .cycle-pager{
	position: absolute;
	right:0;
	bottom: 0;
	left:0;
	text-align: center;
	color: #9c9c9c;
	font-weight: bold;
	font-size: 3em;
	z-index: 300;
}
.home-slider-wrap .cycle-pager span{
	cursor: pointer;
	padding: 0 3px;
}
.home-slider-wrap .cycle-pager span.cycle-pager-active,
.home-slider-wrap .cycle-pager span:hover{color:#5a5a5a;}

