/**
 * 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 20, ../sass/jquery.bxslider.scss */
.slider {
  margin-left: 0px !important;
  margin-top: 0px !important;
}
@media screen and (max-width: 480px) {
  /* line 20, ../sass/jquery.bxslider.scss */
  .slider {
    left: 0%;
  }
}

/* line 27, ../sass/jquery.bxslider.scss */
.bx-viewport {
  /*overflow:visible  !important;
  background: transparent !important;*/
  border: 0;
}

/* line 32, ../sass/jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  margin: auto;
}
/* line 37, ../sass/jquery.bxslider.scss */
.bx-wrapper img {
  display: block;
  position: absolute;
  top: -50%;
  width: 650px;
}
@media screen and (max-width: 480px) {
  /* line 37, ../sass/jquery.bxslider.scss */
  .bx-wrapper img {
    width: 100%;
  }
}

/* line 48, ../sass/jquery.bxslider.scss */
.carousel {
  min-width: 650px;
  /*width:650px;*/
  margin: auto;
  overflow: hidden;
  /*max-height: 166px;*/
}
@media screen and (max-width: 480px) {
  /* line 48, ../sass/jquery.bxslider.scss */
  .carousel {
    min-width: 100%;
  }
}

/* line 58, ../sass/jquery.bxslider.scss */
.slide {
  height: 250px;
  background: #F3F0E6;
}
@media screen and (max-width: 480px) {
  /* line 58, ../sass/jquery.bxslider.scss */
  .slide {
    margin-right: 0px;
    height: auto;
  }
}

/** THEME
===================================*/
/* line 70, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 79, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 162px;
  width: 970px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
@media screen and (max-width: 480px) {
  /* line 79, ../sass/jquery.bxslider.scss */
  .bx-wrapper .bx-loading {
    width: 480px;
    height: auto;
  }
}

/* PAGER */
/* line 96, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 105, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 112, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 125, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 132, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: -20px;
  background: url(../images/controls2.png) no-repeat 0 0px;
}
/* line 135, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-prev :hover {
  background-position: 0 0;
}
@media screen and (max-width: 480px) {
  /* line 132, ../sass/jquery.bxslider.scss */
  .bx-wrapper .bx-prev {
    left: 0px;
    background: url(../images/controls3.png) no-repeat 0px 0px;
  }
}

/* line 144, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: -20px;
  background: url(../images/controls2.png) no-repeat -45px 0px;
}
/* line 147, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-next :hover {
  background-position: -43px 0;
}
@media screen and (max-width: 480px) {
  /* line 144, ../sass/jquery.bxslider.scss */
  .bx-wrapper .bx-next {
    right: 0px;
    background: url(../images/controls3.png) no-repeat -43px 0px;
  }
}

/* line 157, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-viewport {
  height: 290px !important;
  overflow: hidden !important;
}
/* line 162, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-wrapper img {
  margin: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media screen and (max-width: 480px) {
  /* line 162, ../sass/jquery.bxslider.scss */
  .slide_all2 .bx-wrapper img {
    width: inherit;
  }
}
/* line 172, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-wrapper .bx-next {
  right: 0px;
  top: 35%;
  background: url(../images/controls.png) no-repeat -43px -32px;
  width: 32px;
  height: 32px;
}
/* line 179, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-wrapper .bx-prev {
  left: 0px;
  top: 35%;
  background: url(../images/controls.png) no-repeat;
  width: 32px;
  height: 32px;
}
/* line 186, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-wrapper .bx-caption {
  margin-bottom: 0px;
  border-radius: 0px;
  position: inherit;
  background: none;
  text-align: left;
  display: inherit;
}
/* line 193, ../sass/jquery.bxslider.scss */
.slide_all2 .bx-wrapper .bx-caption span {
  color: #412614;
}

/* line 200, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 45px;
  height: 41px;
  text-indent: -9999px;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  /* line 200, ../sass/jquery.bxslider.scss */
  .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
  }
}

/* line 215, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 221, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 225, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 235, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 240, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 250, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 257, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 262, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 269, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(60, 54, 54, 0.81);
  /*background: rgba(243, 225, 161, 0.81);*/
  width: 100%;
  /*display: none;*/
}

/* line 279, ../sass/jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #FFF;
  display: block;
  font-size: .85em;
  padding: 5px 20px;
  text-align: right;
}

/*# sourceMappingURL=jquery.bxslider.css.map */
