/**
 * bxSlider v4.2.4
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper{
  position                  : relative;
  margin                    : 0;
  padding                   : 0;
  *zoom                     : 1;
  -ms-touch-action          : pan-y;
      touch-action          : pan-y;
}
.bx-viewport{
  -webkit-transform         : translatez(0);
    z-index                 : 1;
}
.bx-controls{
    position                : relative;
    z-index                 : 2;
}
/** THEME
===================================*/

/* LOADER */
.bx-wrapper .bx-loading{
  min-height                : 50px;
  background                : url('../img/bx-loader.gif') center center no-repeat #ffffff;
  height                    : 100%;
  width                     : 100%;
  position                  : absolute;
  top                       : 0;
  left                      : 0;
  z-index                   : 2000;
}

/* PAGER */
.bx-wrapper .bx-pager{
    position                : absolute;
    bottom                  : 41px;
    font-family             : Arial;
    font-