/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	height:204px;
}

.bx-wrapper img {
	width: 960px;
	height:200px;
	padding:0!important;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}
ul.bxslider{
	padding:0;
}
/* 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-family: Arial;
	font-weight: bold;
	color: #666;
}
.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: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	top: 10%;
	left: 5%;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	padding:0!important;
	margin:0!important;
}
.bx-wrapper .bx-caption.desc {
	top: 40%;
	left: 8%;
	height:auto;
	max-width:50%;
}
.bx-caption {
	max-width:50%;
}
.bx-caption *{
	color:#fff;
	font-size:160%;
	margin:0;
}
.bx-caption.desc *{
	font-style:italic;
	font-size:120%;
}
.bx-caption.desc a{
	font-style:italic;
}
.bx-caption.desc p{
	padding:5px;
	margin: 5px 10px;
}	
.bx-caption.desc a:hover{
	cursor:pointer;
}
.bx-caption.menufield{
	left:60%;
	background: none;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.78);
}
.bx-caption.menufield *{
	color:53004F;
	font-size:85%;
	font-style:italic;
	font-weight:bold;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.78);
}
.bx-caption.menufield h1{
	font-size:200%;
	padding:10px;
}
.bx-caption.menufield a{
	color: #637800;
	font-size:120%;	
}
.bx-caption.menufield a:hover{
	cursor:pointer;
}
.bx-caption.menufield p:last-child {
	border-bottom:1px solid #637800 !important;
}
.bx-caption.menufield p{
	padding:5px;
	margin-left:10px;
	border-top:1px solid #637800;	
}
.bx-caption span, .bx-caption p{
	padding:10%;
	display: block;
}
.bx-caption.desc span, .bx-caption.desc p{
	padding:1%;
	display: block;
}
.bx-caption a:hover{
	text-decoration:none;
}
.bx-wrapper span.info{
	display:none;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
	width: 960px;
	height:auto;
}
.bx-wrapper img {
	width:100%;
	height:auto;
	padding:0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 15px;
}
.bx-caption span, .bx-caption p{
	display: block;
}
.bx-caption .plugin_link{
	background:none;
	padding:0;
	margin:0!important;
}
@media screen and (max-width: 1105px) {
	.bx-caption.menufield h1, .bx-caption.desc h1{
		font-size:150%;
	}
	.bx-caption.menufield a, .bx-caption.desc a{
		font-size:90%;	
	}	
}
@media screen and (max-width: 800px) {

	.bx-caption.menufield h1, .bx-caption.desc h1{
		font-size:100%;
	}
	.bx-caption.menufield a, .bx-caption.desc a{
		font-size:60%;	
	}	
}
@media screen and (max-width: 600px) {
	.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-pager{
		display: none;
	}
	.bx-wrapper .bx-caption.menufield p, .bx-wrapper .bx-caption.desc p, .bx-wrapper .bx-caption.desc a{
		padding:0;
		margin:0;
	}
	.bx-caption.menufield h1, .bx-caption.desc h1{
		font-size:80%;
		padding:1px;
	}
	.bx-wrapper .bx-caption.desc{
		top:20px;
		height:auto;
	}
	.bx-wrapper .bx-caption.desc p{
		height:auto;
	}
	.bx-wrapper .bx-caption.desc a{
		height:10px;
	}
}