@charset "utf-8";
/* CSS Document */

/* promo */
.col1_promo
{
	height:508px;
	margin-bottom:20px;
	border-top:1px solid #861885;
}
.col1_promo .w960-centered,
.col1_promo .w960-centered .promoHolder,
.col1_promo .w960-centered .promo_item
{
	max-width:100%;
	width:100%;
	height:100%;
	padding:0;
	
}
.promoHolder
{
	width: 100%;
	height: 632px;
	padding: 0;
	overflow: hidden;
	z-index: 90;
	background-color:#dcd5dc;
}
.promo_item
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0px 0;
	text-align: left;
	background-position: top center;
	background-size: cover;
	text-align:center;
}
.promo_inner
{
	position: relative;
	width: 90%;
	height:100%;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding:80px 0px 0px 20px;
}
.promo_item h1,
.promo_item h2
{
	font-size:60px;
	line-height:65px;
	color: #FFF;
	margin-bottom: 30px;
	text-shadow: 0 0 3px #000000;
}
.promo_item .promo_link
{
	text-align:center;
}
.promo_item .promo_link .formBTN {
    float:none;
    padding: 6px 16px 8px 16px;
    background-color: #fff;
    color: #3c3c3c;
	font-size:18px;
	text-transform:uppercase;
}
.promo_item .formBTN
{
	color: #FFF;
	font-size: 16px;
}
.promo_item.right .formBTN
{
	float: right;
}
.promo_item.right *
{
	text-align: right;
}
.promo_item.left
{
	padding: 20px 65% 0 100px;
}
.promo_item.left *
{
	text-align: left;
}
.promo_text
{
	padding:150px 20% 0px 20%;
}
/* promo contorls */

.promo_pager
{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 120;
}
.promo_pager span
{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 0 0 16px !important;
	background: #FFF;
	line-height: 1 !important;
	overflow: hidden;
	margin: 0 4px 0 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.promo_pager span.cycle-pager-active
{
	background: #109DB7;
}