@charset "utf-8";
/* CSS Document */
.home-promo .block {
    padding-right: 0;
}
/* promo */

.promo-holder {
	position:relative;
	width:100%;
	height:518px;
	padding:0;
	overflow:hidden;
	z-index:90;
}
.promoItem {
	position:relative;
	width:100%;
	height:100%;
	background:top center;
	background-size:cover;
}

.promoItem h1, .promoItem h2 {
	color:#FFF;
	text-shadow: 0px 0px 3px #000000;
}
.promoItem h2 {
	margin-bottom:30px;
}
.promo-holder .promoLink {
	display:none;
}
/*************************/
.promo-holder.home {
	background:#000;
}
.promo-holder.home h1 {
	font-size:47px;
	font-weight:400;
}
.promo-holder.home h2 {
	font-size:40px;
}
.promo-holder.home .promoItem {
	padding:140px 22% 0;
	text-align:center;
}

/*************************/
/* promo contorls */
.pagerBg {
	position:absolute;
	width:100%;
	height:16px;
    margin-top: -32px;
	z-index:1000;
}
.promo_pager {
	position:relative;
	width: 90%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
}
.promo_pager span {
	float:right;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 0 0 16px !important;
	background:#FFF;
	line-height: 1 !important;
	overflow: hidden;
	margin:0 0 0 4px;
    cursor: pointer;
}
.promo_pager span.cycle-pager-active {
	background:#93c3f9;
}