/**
 * 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
===================================*/
.slide {margin:0 0 2% 0;}

.bx-wrapper {
	position: relative;
	width:100%;
	height:100%;
	margin:0 auto;
	border:1px solid #000;
	box-sizing:border-box;
}

.bx-wrapper img {
	width:100%;
	height:100%;
	display: block;
	border:none;
}


#bx-pager {
	width:100%;
}
#bx-pager a {
	width : -webkit-calc(96% / 6) ;
    width: calc(96% / 6);
	margin: 0 0.33%;
	margin-top:1%;
	float:left;
    border:1px solid #000;
	box-sizing:border-box;
	
}

#bx-pager a.active {
	border:1px solid #F00;
	box-sizing:border-box;}


#bx-pager img {
    display: block;
    width: 100%;
}


#bx-pager2 {
	width:100%;
}
#bx-pager2 a {
	width : -webkit-calc(96% / 6) ;
    width: calc(96% / 6);
	margin: 0 0.33%;
	margin-top:1%;
	float:left;
    border:1px solid #000;
	box-sizing:border-box;
	
}

#bx-pager2 a.active {
	border:1px solid #F00;
	box-sizing:border-box;}


#bx-pager2 img {
    display: block;
    width: 100%;
	 
}

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


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	margin:10px 0 10px 0;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}

.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: #CCC;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border:#FFF 2px solid;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#F90;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

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

.bx-wrapper .bx-next {
	right: 10px;
	background: url(img/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;
}
