/** RESET AND LAYOUT
===================================*/
.sliderwrapper {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.slide-header {
	display:block;
}
.slide-subheader {
	display:block;
}
.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;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    top:0;
    left:0;
}
.bxslider .caption1 {
    display: block;
    position: absolute;
    color: #fff;
    line-height: normal;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bxslider img{
    min-width: 100% !important;
	opacity:0.5;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bxslider1 {
  margin: 0;
  padding: 0;
}
.bxslider1 .caption2 {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: normal;
    top: 20%;
}
ul.bxslider1 {
  list-style: none;
}
.bxslider1 img{
    min-width: 100% !important;
	opacity:0.5;
}
.bxslider1, .bxslider1 li{
    height: 100% !important;;
}
.bxslider1 li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/* slider 2 */
.bxslider2 {
  margin: 0;
  padding: 0;
}
.bxslider2 .caption2 {
    display: block;
    position: absolute;
    color: #fff;
    line-height: normal;
}
ul.bxslider2 {
  list-style: none;
}
.bxslider2 img{
    min-width: 100% !important;
	opacity:0.5;
}
.bxslider2, .bxslider2 li{
    height: 100% !important;;
}
.bxslider2 li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* slider 3 */
.bxslider3 {
  margin: 0;
  padding: 0;
}
.bxslider3 .caption3 {
    display: block;
    position: absolute;
    color: #fff;
    line-height: normal;
	width:100%;
}
ul.bxslider3 {
  list-style: none;
}
.bxslider3 img{
    min-width: 100% !important;
	opacity:0.5;
}
.bxslider3, .bxslider3 li{
    height: 100% !important;;
}
.bxslider3 li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



.bx-wrapper .bx-viewport{
    border: none !important;
	background:#333;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5%;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bxslider/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: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #ececec;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #eaeaea;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border:1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.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: #7f7f7f;
}
.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/bxslider/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/bxslider/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/bxslider/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/bxslider/bxslider/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;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.bx-viewport, .bx-wrapper{
	height:320px;
}
.bxslider1 .caption2 {
    padding: 10%;
}
.bxslider3 .caption3 {
	top:15%;
    padding: 10%;
}

.slide-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.slide-subheader {
    font-size: 12px;
    font-weight: 400;
	line-height:16px;
}
.slider-buttons-wrapper {
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	text-align:center;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 410px) {
.bx-viewport, .bx-wrapper{
	height:410px;
}
.bxslider1 .caption2 {
    padding: 5%;
}
.bxslider3 .caption3 {
    padding: 5%;
	top:18%;
}

.slide-header {
    font-size: 28px;
    font-weight: 700;
	line-height:32px;
}
.slide-subheader {
    font-size: 16px;
    font-weight: 400;
	line-height:22px;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.bx-viewport, .bx-wrapper{
	height:480px;
}
.bxslider1 .caption2 {
    padding: 5%;
}
.bxslider3 .caption3 {
    padding: 5%;
	top:21%
}
.slide-header {
    font-size: 36px;
    font-weight: 700;
	line-height:36px;
}
.slide-subheader  {
    font-size: 20px;
    font-weight: 400;
	line-height:normal;
}

}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 600px) {
.bx-viewport, .bx-wrapper{
	height:600px;
}
.bxslider1 .caption2 {
    padding: 10%;
}
.bxslider3 .caption3 {
    padding: 10%;
	top:25%
}
.slide-header {
    font-size: 38px;
    font-weight: 700;
	line-height:42px;
}
.slide-subheader {
    font-size: 22px;
    font-weight: 400;
	line-height:28px;
}

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.bx-viewport, .bx-wrapper{
	height:223px;
}
.bxslider .caption1 {
    top: 15%;
	right:3%;
	width:47%;
}
.bxslider2 .caption2 {
    width: 47%;
    top: 15%;
    right: 3%;
}
.slide-header {
    font-size: 26px;
    font-weight: 700;
	line-height:28px;
}
.slide-subheader {
    font-size: 14px;
    font-weight: 400;
	line-height:normal;
}
.slider-buttons-wrapper {
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	text-align:left;
}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.bx-viewport, .bx-wrapper{
	height:298px;
}
.bxslider .caption1 {
    top: 23%;
    right: 3%;
    width: 46%;
}
.bxslider2 .caption2 {
    width: 45%;
    top: 22%;
    right: 3%;
}
.slide-header {
    font-size: 30px;
    font-weight: 700;
	line-height:32px;
}
.slide-subheader {
    font-size: 16px;
    font-weight: 400;
	line-height:normal;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.bx-viewport, .bx-wrapper{
	height:350px;
}
.bxslider .caption1 {
    top: 25%;
	right:3%;
	width:45%;
}
.bxslider2 .caption2 {
    width: 55%;
    top: 27%;
    right: 3%;
}
.slide-header {
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
}
.slide-subheader {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.slider-buttons-wrapper {
	margin-top:30px;
	margin-bottom:30px;
	display:block;
}
}
@media only screen and (min-width : 1300px) {
.slide-header {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.slide-subheader {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
}
@media only screen and (min-width : 1600px) {
.bx-viewport, .bx-wrapper{
	height:464px;
}
.bxslider .caption1 {
    top: 22%;
    right:3%;
	width:47%;
}
.bxslider2 .caption2 {
    width: 47%;
    top: 22%;
    right: 3%;
}
.slide-header {
    font-size: 58px;
    font-weight: 700;
	line-height:58px;
}
.slide-subheader {
    font-size: 22px;
    font-weight: 300;
	line-height:normal;
}
}
@media only screen and (min-width : 1920px) {
.bx-viewport, .bx-wrapper{
	height:552px;
}
.bxslider .caption1 {
    top: 28%;
    right:3%;
	width:47%;
}
.bxslider2 .caption2 {
    width: 47%;
    top: 28%;
    right: 3%;
}

}