@charset "UTF-8";
/* CSS Document */


/* Special Content Container */
#contentContainer {
	overflow-y: scroll;
	overflow-x: hidden;
}


/* Wrapper Display */
.bx-wrapper {
	height: 400px;
	width: 100%;
	min-width: 980px;
	position: relative;
	margin: 50px 0px 0px 0px;
	padding: 0;
	*zoom: 1;
}

.bxslider li {
	height: 400px;
	width: 100%;
	margin: -16px 0px 0px 0px;
}

.bx-wrapper .bx-viewport {
	width: 100%;
	position: relative;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 7px;
	width: 100%;
}


/* Loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	/* background: url(images/bx_loader.gif) center center no-repeat #fff; */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* Pager */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.75);
	padding-top: 20px;
	z-index: 9999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.75);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 1px 5px 1px 5px;
	outline: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: rgba(255,255,255,1.00);
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	border: 1px solid rgba(255,255,255,1.00);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 4px 0px 4px;
}


/* Direction Controls (Next/Previous) */
.bx-wrapper .bx-prev {
	left: -5px;
	background: url(../resources/carousel_controls.png) no-repeat 0px 0px;
	cursor: default;
}

.bx-wrapper .bx-next {
	right: -5px;
	background: url(../resources/carousel_controls.png) no-repeat -50px 0px;
	cursor: default;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px -100px;
}

.bx-wrapper .bx-next:hover {
	background-position: -50px -100px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 50px;
	height: 100px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* Auto Controls (Start/Stop) */
.bx-wrapper .bx-controls-auto {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0px 3px -10px 0px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	height: 40px;
	width: 40px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	outline: 0px;
	background: url(../resources/carousel_controls.png) no-repeat -100px 0px;
	margin: 0px 0px 0px 0px;
}

.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -100px -40px;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -100px -40px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	outline: 0px;
	background: url(../resources/carousel_controls.png) no-repeat -100px -120px;
	margin: 0px 0px 0px 0px;
}

.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -100px -160px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -100px -160px;
}


/* Pager/Auto Controls Hybrid Layout */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* Slide Legend */
.bxslider li span {
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background: rgba(0,0,0,0.65);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: rgba(255,255,255,0.75);
	z-index: 3;
}

.bxslider li span.filled {
	padding: 25px 50px 25px 50px;
}


/* Slide Secondary Visual */
.bxslider li div {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Promo Display */
.promo {
	height: 290px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}

.promo li {
	float: left;
	display: inline-block;
	margin: 0px;
	height: 200px;
	position: relative;
}

.promo li div {
	height: 180px;
	width: 225px;
	margin-top: 10px;
	position: absolute;
}
.promo li:focus div,
.promo li:hover div {
	height: 176px;
	width: 221px;
	border: 2px solid rgba(255,255,255,0.50);
}
.promo li:active div {
	height: 176px;
	width: 221px;
	border: 2px solid rgba(255,255,255,1.00);
}

.promo li div span {
	max-height: 180px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	position: absolute;
	padding: 5px;
	color: rgba(255,255,255,0.75);
	background: rgba(0,0,0,0.65);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: default;
}
.promo li:focus div span,
.promo li:hover div span {
	margin: 0px 1px 1px 1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 5px 3px 3px 3px;
	
}
.promo li:active div span {
	margin: 0px 1px 1px 1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 5px 3px 3px 3px;
}

.defaultbg {
	background: url(../resources/default_promo.png) 50% 50% no-repeat;
}


/* Carousel Items */
.item0 {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.item1background {
	background: url(../resources/carousel/background/img1.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.item1 {
	background: url(../resources/carousel/main/img1.png) 50% 50% no-repeat;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.item2 {
	background: url(../resources/carousel/main/img1.png) 50% 50% no-repeat;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

/*.item2 {
	background: url(../resources/carousel/main/img2.png) 50% 50% no-repeat;
}*/

.item3 {
	background: url(../resources/carousel/main/img3.png) 50% 50% no-repeat;
}