/**
 * 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
===================================*/
/* line 17, ../../scss/jquery/jquery.bxslider.custom.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../../scss/jquery/jquery.bxslider.custom.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 29, ../../scss/jquery/jquery.bxslider.custom.scss */
.gvb-bxslider {
  display: block;
  width: 100%;
}
