/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/

.bx-slider {
  /*https://stackoverflow.com/questions/25430774/bx-slider-transition-from-first-to-last-slide-flickersgoes-right-then-come-bac*/
  /*-webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}

.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;  
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;  
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
}


/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../Images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}