/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  float:left;width:100%;
}
.bx-wrapper img {
  display: block;
  margin:0 auto;
  position:relative;
  left:50%;
  margin-left:-990px;
}
.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);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 420px;
  width: 100%;
}
/* 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 {
  text-align: center;
  font-size: 1.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.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: #5c6063;
}
.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;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.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: 200px;
  left: 30%;
  background: #fff;
  background: rgba(255, 255, 255, 0.65);
  width: 38%;padding:5px 1% 40px;
}
.bx-wrapper .bx-caption a {display:block;background:#222b34;color:#fff;font-family: 'Open Sans';position:absolute;bottom:-20px;width:200px;left:50%;margin-left:-100px;padding:10px 0;z-index:1000;}
.bx-wrapper .bx-caption a:hover {background:#dc4746;text-decoration:none;}

.bx-wrapper .bx-caption span {
  color: #5c6063;
  font-family: 'Open Sans';word-spacing: -0.10em;
  display: block;
  font-weight:300;
  font-size: 3.33em;
  padding: 5px;
}
.bx-wrapper .bx-caption em {
  color: #5c6063;
  display: block;
  font-weight:300;
  font-size: 1.65em;
  padding: 2px;
  text-decoration:none;
  font-style:normal;
}

.bx-wrapper .q19 .bx-caption  a {bottom:-100px;background:#dc4746;}
.bx-wrapper .q19 .bx-caption {background:none;}

.bx-wrapper .blank .bx-caption {display:none;}


@media all and (max-width: 1500px)  {
	
.bx-wrapper .bx-caption {
  left: 25%;
  width: 48%;padding:5px 1% 40px;
}	

.bx-wrapper .bx-caption span {
  font-size: 2.35em;

}	
	
}	

@media all and (max-width: 900px)  {
	
.bx-wrapper .bx-caption {
  left: 10%;
  width: 78%;padding:5px 1% 40px;
}	

.bx-wrapper .bx-caption span {
  font-size: 2.35em;

}	
	
}	
