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


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


/*@media (min-width: 960px) {*/
#bx-title-desktop{display:block;text-align:left;}
#bx-title-mobile{display:none;}
	
.bx-wrapper {
	position: relative;
	*zoom: 1;
	margin:0;
	padding:0;
	margin-left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);;
	transform: translateX(-50%);
	
	width:100%;
	min-width:0;
	
	max-height:550px;
	overflow:hidden;
	
	/*height:auto;*/
	/*border:solid 3px red;*/
}
.bxslider{
	margin-top:0;
	left:-40px;
	
	/*border:solid 3px yellow;*/
}
.bx-wrapper img {
	margin-left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);;
	transform: translateX(-50%);
	
	position:relative;
	/*float:left;*/ /*@@@*/
	display: block;
	width:100%;
	
	/*border:solid 3px blue;*/
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	z-index:999;
	/*bottom: -30px;*/
	bottom:50px;
	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 {
	display:block;
	
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #0099ff;
	/*padding-top: 20px;*/
	
	/*outline:solid 1px yellow;*/
}
.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: #999;
	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: #0099ff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/assets/lib/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(/assets/lib/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: 9999;
}
.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-shade-top{
	/*background: #000\9;
	background: rgba(0, 0, 0, 0.5);
	width:100%;*/
}

.bx-wrapper .bx-caption {
	position:absolute;
	bottom: 0;
	/*text-align:center;*/
}
.bx-padding{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}
.bx-padding-top{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}
#bx-subtitle-desktop{
	display:block;
	text-align:left;
	
}

.bx-content-container{
	position:absolute;
	top:0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	max-width:960px;
	width:100%;
	height:auto;
	
	/*border:solid 1px pink;*/
}
.bx-wrapper .bx-caption-top {
	position: absolute;
	color:#fff;
	font-family: cachet_bold;
	font-size:34px;
	text-align:left;
	letter-spacing:-1px;
	min-width:250px;
	width:auto;
	padding:3px 50px 3px 10px;
		
		
	margin-top:10%;
		-webkit-margin-before:90px;
		
	/*top:187px;*/
	left:140px;
	background-color:#0099ff;
	z-index:1;

	/*outline:solid 1px red;*/
}
.bx-wrap{
	z-index:1;
	position: absolute;
	color:#333;
	font-family: cachet_medium;
	font-size:25px;
	letter-spacing:-1px;
	text-align:left;
	min-width:300px;
	width:auto;
	height:auto;
	padding:10px;
	left:140px;
	
	margin-top:17%;
		-webkit-margin-before:155px;
	/*top:253px;*/
	padding-right:50px;
	
	/*outline:solid 1px blue;*/
}
.bx-shade{
	/*background: #fff\9;*/
	background: rgba(255,255,255, 0.7);
	/*width:100%;*/
}

.bx-learnmore{
	z-index:1;
	position: absolute;
	color:#fff;
	font-family: cachet_bold;
	font-size:20px;
	text-align:left;
	width:auto;
	height:auto;
	padding:5px;
	left:135px;
	
	margin-top:24%;
		-webkit-margin-before:230px;
		
	/*top:320px;*/
	margin-left:20px;
	text-shadow: 2px 2px 2px #000;
	
	/*outline:solid 1px green;*/
}
/*}*/

@media (max-width: 960px) {

.bx-wrapper img {
	
	/*max-height:300px;*/
		min-height:300px;
		max-height:300px;
		width:auto;
	min-width:100%;
	overflow_x:hidden;
	
	/*margin-left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);;
	transform: translateX(-50%);
	position:relative;
	display: block;
	width:100%;*/
}
.bx-content-container{
	height:300px;
	
	/*position:absolute;
	top:0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	max-width:960px;
	width:100%;
	height:auto;
	
	border:solid 1px pink;*/
}
.bx-wrapper .bx-caption-top {
	position:relative;
	left:0;
	margin-top:100px;
	padding:1px 10px 1px 30px;
	font-size:22px;
	
	max-width:100px;
	
	
	margin-right:20px;
	
	/*position: absolute;
	color:#fff;
	font-family: cachet_bold;
	font-size:34px;
	text-align:left;
	letter-spacing:-1px;
	min-width:250px;
	width:auto;
	padding:3px 50px 3px 10px;
	margin-top:10%;
	left:140px;
	background-color:#0099ff;
	z-index:1;

	outline:solid 1px red;*/
}
.bx-wrap{
	position:relative;
	left:0;
	/*margin-top:145px;*/
	margin-top:5px;
	width:100%;
	font-size:16px;
	letter-spacing:0px;
	padding:6px 50px 6px 30px;
	
	
	/*z-index:1;
	position: absolute;
	color:#333;
	font-family: cachet_medium;
	font-size:25px;
	letter-spacing:-1px;
	text-align:left;
	min-width:300px;
	width:auto;
	height:auto;
	padding:10px;
	left:140px;
	margin-top:17%;
	padding-right:50px;
	
	outline:solid 1px blue;*/
}
.bx-learnmore{
	position:relative;
	display:block;
	margin-top:4px;
	/*margin-top:190px;*/
	left:0;
	/*margin-top:190px;*/
	margin-left:35px;
	font-family: cachet_bold;
	font-size:13px;
	text-shadow: 1px 1px 1px #000;
	
	
	/*z-index:1;
	position: absolute;
	color:#fff;
	font-family: cachet_bold;
	font-size:14px;
	text-align:left;
	width:auto;
	height:auto;
	padding:5px;
	left:140px;
	margin-top:24%;
	margin-left:20px;
	
	outline:solid 1px green;*/
}
.bx-wrapper .bx-pager {
	bottom:25px;
	
	/*display:block;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #0099ff;
	outline:solid 1px yellow;*/
}
}

/*@media (max-width: 500px) {
.bx-padding-top{
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}
.bx-padding{
	padding-left:5px;
	padding-right:5px;
}
.bx-wrapper .bx-caption-top {
	font-family: cachet_medium;
	font-size:15px;
	text-align:center;
}
}*/