/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  max-height:700px;
		overflow: hidden;

}

.bxslider {
  margin: 20px 0 0 0;
  padding: 0;
  max-height:700px;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  max-height:800px;
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0px;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background:white;
}
/* 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;
}
/* PAGER */
.bx-wrapper .bx-pager {
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 0px;
height: 10px;
background: white;
max-width: 900px;
margin: 0 auto;
display: block;
text-align: center;
position: relative;
margin-top: -5%;
border-radius: 10px !important;
overflow: hidden;
z-index: 0;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
border: 1px solid rgba(255,255,255,0.1) !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: white;
text-indent: -9999px;
display: block;
width: 100%;
height: 20px;
outline: 0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #2B8EAF;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  width: 33.333%;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/prev.jpg') no-repeat 0 0px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/next.jpg') no-repeat 0px 0px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  outline: 0;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.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;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.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;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
position: absolute;
top: 0;
left: inherit;
width: 80%;
color: white;
margin: auto;
text-align: center;
display: block;
padding: 0 10%;
top:80px; 
background:rgba(0,0,0,0);
font-size: 100px !important;
}

.bx-wrapper .bx-caption span {
color: #fff !important;
display: block;
font-size: 50px;
padding: 5px 10px;
width: 100%;
text-align: center;
max-width: 1100px;
margin: 0 auto;
font-weight: 400;
font-weight: 100 !important;
	text-shadow: 2px 2px 4px rgba(0,0,0,1) !important
}

@media only screen and (max-width: 860px) {
.bx-wrapper .bx-caption span{font-size:50px}
}

@media only screen and (max-width: 800px) {

.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-size:cover !important
}
}

@media only screen and (max-width: 710px) {
.bx-wrapper .bx-caption span{font-size:30px}
}
