/**
 * 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:0px auto 24px auto; /* margin-bottom = paging height */
	padding:0;
	*zoom:1;
}

.bx-wrapper img {
	max-width:100%;
	display:block;
}

/** THEME
===================================*/

/* 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 {
	width:100%;
	position:absolute;
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:15px;
	height:24px;
}

.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:#FFF;
	text-indent:-9999px;
	display:block;
	width:8px;
	height:8px;
	margin:0 4px;
	outline:0;
	border:solid 1px #BCB092;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#BCB092;
}


/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:0;
	width:20%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:20;
	opacity:0.5;	
	outline:0;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity:1;	
}

.bx-wrapper a.bx-prev {
	left:0;
	background:url(../images/smokehouse_gallery_prev.png) 3% 50% no-repeat; 
}

.bx-wrapper a.bx-next {
	right:0;
	background:url(../images/smokehouse_gallery_next.png) 97% 50% no-repeat; 
}

.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

/* AUTO CONTROLS (START / STOP) 

.bx-wrapper .bx-controls-auto {
	position:absolute;
	bottom:-30px;
	width:100%;
}

.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;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	background-color:#000\9;
	width:100%;
}

.bx-wrapper .bx-caption span {
	font-family:'GothamRoundedBook', verdana, helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#fff;
	display:block;
	padding:1.5%;
	*padding:10px;
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

.bx-wrapper a.bx-prev {
	background:url(../images/smokehouse_gallery_prev@2x.png) 3% 50% no-repeat; 
}

.bx-wrapper a.bx-next {
	background:url(../images/smokehouse_gallery_next@2x.png) 97% 50% no-repeat; 
}

}

@media (max-width:1024px) {

.bx-wrapper .bx-controls-direction a {	
	background-size:30% auto;
}

}

@media only screen and (max-width: 600px) {

.bx-wrapper {
	margin:0px auto 15px auto; /* margin-bottom = paging height */
}

}

@media (max-width:480px) {

.bx-wrapper .bx-controls-direction a {	
	background-size:25px auto;
}

.bx-wrapper .bx-caption span {
	font-size:10px;
	line-height:12px;
}

.bx-wrapper {
	margin:0px auto 8px auto; /* margin-bottom = paging height */
}

}







