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

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

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

/*
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	overflow: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	z-index: 1000;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/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: Arial;
	font-weight: bold;
	color: #666;
	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;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	background: #fff;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	opacity: 0.4;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

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


/* KeyVisual Slider ----------------------------*/
.kv .bx-controls-direction{width: 1180px;
	position: absolute;
	top: 225px;
	margin-left: -40px;}

.kv .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/kv_button_prev.png) no-repeat;
}

.kv .bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/kv_button_next.png) no-repeat;
}

.kv .bx-wrapper .bx-prev:hover,
.kv .bx-wrapper .bx-next:hover {
	opacity: 1;
}

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

.kv .bx-viewport {
  overflow: visible!important;
  width: 1100px!important;
}

.kv .main-container {
  overflow: hidden;
}

.kv .slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;

}

.kv .slider div {
  width: 1100px!important;
  margin: 0;
  padding: 0;
}


/* pickup Slider ----------------------------*/

.pickup__carousel{}

.pickup__bxslider li{

	display: inline-block
	float: left;

}

.pickup__carousel .bx-wrapper .bx-prev {
	left: -35px;
	background: url(../img/pickup_button_prev.png) no-repeat;
}

.pickup__carousel .bx-wrapper .bx-next {
	right: -35px;
	background: url(../img/pickup_button_next.png) no-repeat;
}

.pickup__carousel .bx-wrapper .bx-prev:hover,
.pickup__carousel .bx-wrapper .bx-next:hover {
	opacity: 0.8;
}

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