/**
 * 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
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	 /* background: #eee;  */
	/* max-height: 600px; */
	height: auto;
}

.bx-wrapper img {
	max-width: 100%;
	width: 100%;
	display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}


/** SLIDER CONTENT
===================================*/

/* CENTER SLIDER TEXT CONTENT */

.bx-wrapper li {
	 /* padding-bottom: 40%;  */
}



/** THEME 
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff; */
	/*fix other elements on the page moving (on Chrome)*/
	-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;
	bottom: -8px;
	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:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	color:#033A81;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* CENTER NAV BUTTONS */
.bx-wrapper .bx-pager.bx-default-pager{
	/* Use if positioning on actual slider instead of underneath */
	 position: absolute; 
	bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
    height: 10px;
    margin: 0 3px;
	border: none;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#aaa;
}

/* ************** DIRECTION CONTROLS (NEXT / PREV) ************************** */
.bx-wrapper .bx-prev {
	background: url(../sliderFiles/images/controls-lg.png) no-repeat 0px 0px;
    left: 0;
    background-size: 100px 100px;
}

.bx-wrapper .bx-next {
    right: -1px;
    background: url(../sliderFiles/images/controls-lg.png) no-repeat -50px 0px;
    background-size: 100px 100px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -50px 0;
}


.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 200px;
    margin-top: -30px;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 1000;
}


.bx-wrapper .bx-controls-direction a.disabled {
	/* display: none; */
}

/* 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;
	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;
}




	/******************************** 1024px **********************************************/	

@media screen and (max-width: 1024px) {
.bx-wrapper img {
	max-width: 1024px;
	/* width: 1024px; */
	display: block;
}

.bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
}
.bx-wrapper .bx-controls-direction a {

    margin-top: -30px;
    outline: 0;
    width: 30px;
    height: 60px;
}
.bx-wrapper .bx-prev {
    left: -15px;
    background-size: 60px 60px;
}
.bx-wrapper .bx-next:hover {
    background-position: -30px 0;
}
.bx-wrapper .bx-next {
    right: -15px;
    background: url(../sliderFiles/images/controls-lg.png) no-repeat -30px 0px; 
    background-size: 60px 60px;
}

}

/******************************** 768px **********************************************/	

@media screen and (max-width: 768px) {
	
.bx-wrapper { height: auto; }
.bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
}
}

/******************************** 640px **********************************************/	

@media screen and (max-width: 640px) {
    
.bx-wrapper { height: auto; }
.bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    outline: 0;
    width: 30px;
    height: 60px;
}
.bx-wrapper .bx-prev {
    left: -15px;
    background-size: 60px 60px;
}
.bx-wrapper .bx-next:hover {
    background-position: -30px 0;
}
.bx-wrapper .bx-next {
    right: -15px;
    background: url(../sliderFiles/images/controls-lg.png) no-repeat -30px 0px; 
    background-size: 60px 60px;
}

}

/******************************** 480px **********************************************/	

@media screen and (max-width: 480px) {

.bx-wrapper { height: auto; }
.bx-image-left{ display: block; width: 100%; float: right; clear: none; } 

.description > ul > li {
	width: 49%;
	margin-right: 1%;
	float: left;
}
	
.bx-wrapper .bx-pager.bx-default-pager a {
	display: none;
	visibility: hidden;
	/* 
	width: 8px;
	height: 8px;
	margin: 0 2px;
 	border: 1px solid #444333;
	*/
}
	
	/*
.bx-wrapper li span {
	top: -10%;
	width: 80%;
	width: 80vw;
}
.bx-wrapper li span p{
	font-size: 1.5rem;
	margin-bottom: 10px;
	letter-spacing: 0;

}
.bx-wrapper li span .content{
	font-size: 0.875rem;
	letter-spacing: 0;
}

.bx-wrapper li span .btnOvrImg{
	display: none;
	visibility: hidden;
	padding: 10px 20px;
	width: 150px;	
	font-size: 0.875rem;
	margin: 10px auto;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

	/*
.bx-wrapper .bx-prev {
	background: url(images/previousslide.png) no-repeat ;
	background-size: 40px 40px;
}

.bx-wrapper .bx-next {
	background: url(images/nextslide.png) no-repeat;
	background-size: 50px 50px;
}
.bx-wrapper .bx-controls-direction a {
	top: 45%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
}
	 .bx-wrapper .bx-pager.bx-default-pager{
	
	/* Use if positioning on actual slider instead of underneath */
	/*
	position: absolute; 
	bottom: 30px;  
	bottom: 3vh;
}
	*/ 
	 
}
