/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  /*max-width: 100%;*/
  /*display: block;*/
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
.bxslider1 {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
.bxslider2 {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
ul.bxslider1 {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  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: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}
.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;
}
.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: #000;
}
.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: -67px;
  background: url('../images/prev-icon.png') no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -67px;
  background: url('../images/next-icon.png') no-repeat 0 0;
}
/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 35%;  
  outline: 0;
  width: 46px;
  height: 88px;
  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;
  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;
}

#brand-success .bx-wrapper{box-shadow:none;}
#brand-success .bx-wrapper img {height: 230px;max-width: auto;}
#brand-success .bx-wrapper .bx-prev {
  left: -40px;
  background: url('../images/left-arrow.png') no-repeat 0 0;
}
#brand-success .bx-wrapper .bx-prev:hover,
#brand-success .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
#brand-success .bx-wrapper .bx-next {
  right: -40px;
  background: url('../images/right-arrow.png') no-repeat 0 0;
}
#brand-success .bx-wrapper .bx-pager{display: none;}


#our-expert .bx-wrapper{box-shadow:none;}
#our-expert .bx-wrapper img {height: 185px;max-width: auto;}
#our-expert .bx-wrapper .bx-prev {
  left: -40px;
  background: url('../images/left-arrow.png') no-repeat 0 0;
}
#our-expert .bx-wrapper .bx-prev:hover,
#our-expert .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
#our-expert .bx-wrapper .bx-next {
  right: -40px;
  background: url('../images/right-arrow.png') no-repeat 0 0;
}
#our-expert .bx-wrapper .bx-pager{display: none;}
.bxslider2{margin: 0 auto !important;display: table !important;}

/*--------1180px------------*/
@media only screen and (min-width:1180px) and (max-width:1280px) {

}

/*--------960px------------*/
@media only screen and (min-width:960px) and (max-width:1179px) {
	.bx-wrapper .bx-prev{left: 0;background-size: 100% !important;width: 32px !important;height: 32px !important;background: url('../images/left-mob.png') no-repeat 0 0;}
	.bx-wrapper .bx-next{right: 0;background-size: 100% !important;width: 32px !important;height: 32px !important;background: url('../images/right-mob.png') no-repeat 0 0}
	.bx-wrapper .bx-controls-direction a{width: 32px;height: 32px;background-size:100%;top: 100%;}
	.bx-controls-direction{width: 75px;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
}

/*---------768px-----------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.bx-wrapper .bx-prev{left: 0;background-size: 100% !important;width: 32px !important;height: 32px !important;background: url('../images/left-mob.png') no-repeat 0 0;}
	.bx-wrapper .bx-next{right: 0;background-size: 100% !important;width: 32px !important;height: 32px !important;background: url('../images/right-mob.png') no-repeat 0 0}
	.bx-wrapper .bx-controls-direction a{width: 32px;height: 32px;background-size:100%;top: 100%;}
	.bx-controls-direction{width: 75px;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}	
}	

/*-----------640px---------*/
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.bx-wrapper .bx-prev{left: -11px;background-size: 49% !important;width: 70px !important;height: 70px !important;}
	.bx-wrapper .bx-next{right:-40px;background-size: 49% !important;width: 70px !important;height: 70px !important;}
	.bx-wrapper .bx-controls-direction a{width: 33px;height: 33px;background-size:100%;}
}	


/*-----------480px---------*/
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.bx-wrapper .bx-prev{left: -11px;background-size: 49% !important;width: 50px !important;height: 50px !important;}
	.bx-wrapper .bx-next{right:-40px;background-size: 49% !important;width: 50px !important;height: 50px !important;}
	.bx-wrapper .bx-controls-direction a{width: 33px;height: 33px;background-size:100%;}
}

/*----------320px----------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.bx-wrapper .bx-prev{left: -11px;background-size: 49% !important;width: 50px !important;height: 50px !important;}
	.bx-wrapper .bx-next{right:-40px;background-size: 49% !important;width: 50px !important;height: 50px !important;}
	.bx-wrapper .bx-controls-direction a{width: 33px;height: 33px;background-size:100%; }	
	
}	
