/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  /*-webkit-transform: translatez(0);*/
  
}
/** THEME
===================================*/

.intro {min-width: 1200px;width:100%;height: 1000px;position:relative;}
.intro_logo {position:absolute;width:702px;height:476px;top:70px;left:50%;margin-left:-350px;z-index:999;}
.intro_ft {position: absolute;bottom: -100px;width: 100%;height: 100px;background: url(images/bg_000_80.png);min-width: 1200px;color: #fff;font-size: 13px;line-height: 2.0;padding: 10px 0;text-align: center;z-index: 999;padding-top: 35px;}



ul.intro-slider {list-style: none;}
ul.intro-slider li {background-repeat: no-repeat;background-position: top center;background-size: cover;height: 1000px;}

ul.intro-slider li.active-slide {
transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);
-webkit-transition: all 7.0s;-moz-transition: all 7.0s;-o-transition: all 7.0s;transition: all 7.0s;
}


.intro-wrapper {
  width:100%;
  position: relative;
}
.intro-wrapper img {
  max-width:100%;
  display: block;

}
.intro-wrapper .intro-pager,
.intro-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30%;
  width: 100%;
}
/* LOADER */
.intro-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 */
.intro-wrapper .intro-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #c6c6c6;
  z-index: 300;
}
.intro-wrapper .intro-pager.bx-default-pager a {
  background: #c6c6c6;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  
}
.intro-wrapper .intro-pager.bx-default-pager a:hover,
.intro-wrapper .intro-pager.bx-default-pager a.active,
.intro-wrapper .intro-pager.bx-default-pager a:focus {
  background: #fff;
}
.intro-wrapper .intro-pager-item,
.intro-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.intro-wrapper .intro-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.intro-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.intro-wrapper .bx-prev:hover,
.intro-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.intro-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.intro-wrapper .bx-next:hover,
.intro-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.intro-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.intro-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.intro-wrapper .bx-controls-auto {
  text-align: center;
}
.intro-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;
}
.intro-wrapper .bx-controls-auto .bx-start:hover,
.intro-wrapper .bx-controls-auto .bx-start.active,
.intro-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.intro-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;
}
.intro-wrapper .bx-controls-auto .bx-stop:hover,
.intro-wrapper .bx-controls-auto .bx-stop.active,
.intro-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.intro-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .intro-pager {
  text-align: left;
  width: 80%;
}
.intro-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.intro-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.intro-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


#intro-pager {
    position: absolute;
    list-style-type: none;
    color: #FFF;
    text-align: center;
    width: 1400px;
	height:235px;
	top:700px;
	left:50%;margin-left:-700px;
	z-index:1000;
}
#intro-pager ul {
    list-style: none;
    margin:0;
    padding:0;
    width: 100%;
	font-size:0;line-height:0;
}
#intro-pager li {
    display:inline-block;
    margin:0;
    padding:0;
    width: 330px;margin-right:25px;
}
#intro-pager li:last-child {margin-right:0;}
#intro-pager li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    height:232px;
    display: block;
}
#intro-pager li a img {max-width:100%}

#intro-pager li a.link1 {background: url('/img/intro/link1.png') no-repeat;  }
#intro-pager li a.link2 {background: url('/img/intro/link2.png') no-repeat;  }
#intro-pager li a.link3 {background: url('/img/intro/link3.png') no-repeat;  }
#intro-pager li a.link4 {background: url('/img/intro/link4.png') no-repeat;  }

#intro-pager li a.link1:hover,
#intro-pager li a.link1.active {background: url('/img/intro/link1_on.png') no-repeat;  }
#intro-pager li a.link2:hover,
#intro-pager li a.link2.active {background: url('/img/intro/link2_on.png') no-repeat;  }
#intro-pager li a.link3:hover,
#intro-pager li a.link3.active {background: url('/img/intro/link3_on.png') no-repeat;  }
#intro-pager li a.link4:hover,
#intro-pager li a.link4.active {background: url('/img/intro/link4_on.png') no-repeat;  }