/* SLIDER RESPONSiVE HOME CSS */
.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  box-shadow: none !important;
  left: 0 !important;
  width: 100%;
}
.slider .move {
  height: 100%;
  position: relative;
  width: 100%;
}
.slider .move a{
  display:block;
  width: 100%;
  float: left;  
}
.slider .move  img {
  border: 0 none;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
.description_slide {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 2% 2% 2% 5%;
    position: absolute;
    top: 0;
    width: 30%;
}
.bx-wrapper{
  margin-bottom:0 !important;
}

