/**
 * 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{
	overflow:hidden;
	position:relative;
}

.bx-wrapper ul{
	overflow:visible;
}


/** THEME
===================================*/
.bx-viewport{
	-webkit-transform:translateZ(0);
	position:relative;
	z-index:1;
}

/* LOADER */
.bx-loading{
	min-height:50px;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../../img/timeline/loader.gif) center center no-repeat #ffffff;
	z-index:1000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction{
	position:absolute;
	top:30px;
	left:50%;
	width:620px;
	height:40px;
	margin:0 0 0 -310px;
}

.bx-controls-direction a{
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	transition-duration:0.2s;
	z-index:1;
}
.bx-controls-direction .bx-prev{ left:0px; background:url(../../img/timeline/btn_prev.png) no-repeat; }
.bx-controls-direction .bx-next{ right:0px; background:url(../../img/timeline/btn_next.png) no-repeat; }
.bx-controls-direction a:hover{ opacity:0.8; }
.bx-controls-direction a.disabled{ display: none; }

@media screen and (max-width:767px){


}