/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.m_bg .bx-wrapper{float:right !important;width:240px !important;margin-right:350px !important;margin-top:50px !important;}
.m_bg .bx-viewport{width:240px !important;height:240px !important;}
.lec_list li .bx-wrapper{max-width:1200px !important}
.as .bx-wrapper{max-width:1200px !important}
.cbr .bx-wrapper{max-width:1040px !important}
.bx-wrapper {
  position: relative;

  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;

}
.see .bx-wrapper {
  text-align:center;

}

.bx-wrapper img {
  max-width: 100%;
  display: inline-block;
}
.see .bx-wrapper img {
	max-width: 100%;
	display: unset;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.cbr .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height:60px !important;
}
/** THEME
===================================*/
.bx-wrapper {
  
}

.see .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -77px;
    width: 50px;
    font-size: 14px;
    display: inline-block;
    z-index: 7;
    left: 50px;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.pop .bx-wrapper .bx-pager,
.pop.bx-wrapper .bx-controls-auto {
  position: absolute;

}
/* 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;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 66px;
  height: 3px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-repeat:no-repeat;
  background-position:0 0;
  background-image:url(/skin/basic/images/icon6.png);
}
.pop .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-repeat:no-repeat;
  background-position:0 0;
  background-image:url(/skin/basic/images/icon18.png);
}
.pop .bx-pager.bx-default-pager a:hover,
.pop .bx-pager.bx-default-pager a.active,
.pop .bx-pager.bx-default-pager a:focus {
   background-image:url(/skin/basic/images/icon17.png) !important;
   width:38px;
}
.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-image:url(/skin/basic/images/icon5.png);
}
.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 {
   top: 0px;
    right: 36px;
  background: url('/skin/basic/images/icon13.png') no-repeat 0 0;
}
.as .bx-wrapper .bx-prev {
   top: 144px;
    right: 46px;
  background: url('/skin/basic/images/icon25.png') no-repeat 0 0;
  width:18px;height:18px;
}
.cbr .bx-wrapper .bx-prev {
   top: 33px;
    left:-90px;
  background: url('/skin/basic/images/icon30.png') no-repeat 0 0;
  width:8px;height:11px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {

}
.bx-wrapper .bx-next {
   top: 0px;
    right: 0px;
  background: url('/skin/basic/images/icon14.png') no-repeat 0 0;
}
.as .bx-wrapper .bx-next {
  top: 144px;
    right:0px;
  background: url('/skin/basic/images/icon26.png') no-repeat 0 0;
   width:18px;height:18px;
}
.cbr .bx-wrapper .bx-next {
  top: 33px;
    left:-50px;
  background: url('/skin/basic/images/icon31.png') no-repeat 0 0;
   width:8px;height:11px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {

}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
 
  outline: 0;
  width: 37px;
  height: 37px;
  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('/skin/basic/images/icon89.png') 0 0 no-repeat;
  position: absolute;
   
}
.as .bx-wrapper .bx-controls-auto .bx-start {
  width: 18px;
  height: 18px;
  background: url('/skin/basic/images/icon28.png') 0 0 no-repeat; 
  position: absolute;
  top: 60px;
   right: 73px !important;
}
.cbr .bx-wrapper .bx-controls-auto .bx-start {
  width: 8px;
  height: 11px;
  background: url('/skin/basic/images/icon32.png') 0 0 no-repeat; 
  position: absolute;
  top: 23px;
  left: -120px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {

}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 15px;
  outline: 0;
  background: url('/skin/basic/images/icon21.png') 0 0 no-repeat;
  position: absolute;
   
}
.as .bx-wrapper .bx-controls-auto .bx-stop {
  width: 18px;
  height: 18px;
  background: url('/skin/basic/images/icon27.png') 0 0 no-repeat;
  position: absolute;
  top: 64px;
  right: 73px !important;
}
.cbr .bx-wrapper .bx-controls-auto .bx-stop {
  width: 8px;
  height: 11px;
  background: url('/skin/basic/images/icon34.png') 0 0 no-repeat;
  position: absolute;
  top: 23px;
  left: -120px ;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {

}
/* 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;
}
