/**
 * 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, .section-wrapper {
	width:100%;
	position: relative;
	margin: 0 auto;
	*zoom: 1;
	max-height:640px;
	overflow:hidden;
    
}

.bx-wrapper img, .section-wrapper img{
	position:relative;
	bottom:0;
	width: 100%;
	padding: 0 ;
}
.section-wrapper {
	margin-top:3em;
    
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	

	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: 13%;
	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;
}

