@charset "utf-8";

#slides li {
	height: 435px;
	overflow: hidden;
	min-width: 1170px
}

#slides li.slide-1 {
	background: url(../../img/slide-1.jpg) no-repeat center center;
	background-size: cover;
}

#slides li.slide-2 {
	background: url(../../img/slide-2.jpg?231206) no-repeat center center;
	background-size: cover;
}

#slides li.slide-3 {
	background: url(../../img/slide-3.jpg) no-repeat center center;
	background-size: cover;
}

#slides li.slide-4 {
	background: url(../img/slide-9.jpg?201026) no-repeat center center;
	background-size: cover;
}

#slides li.slide-5 {
	background: url(../img/slide-10.jpg) no-repeat center center;
	background-size: cover;
}

#slides li.slide-11 {
	background: url(../img/slide-11.jpg) no-repeat center center;
	background-size: cover;
}

#slides li a {
	display: block;
	height: 100%;
}

/* #slides li img {
	width: 100%;
	height: auto;
} */
/*
	Page style
*/

#example {
	height: 435px;
}

#example #slide_btn {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  z-index: 200;
}

#example #slide_btn ul {
  position: absolute;
  bottom: 150px;
  right: 0;
  width:430px;
  z-index: 200;
  list-style: none;
}

#example #slide_btn li {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-top: 10px;
  box-shadow: 0 0 8px #fff, 0 0 5px #fff;
}

#example #slide_btn li:nth-child(2) {
  font-size: 32px;
}

#example #slide_btn li a {
  display: block;
	font-size: 42px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  background: #c00;
}

#example #slide_btn li a small {
	font-size: 24px;
}

#example #slide_btn li:first-of-type a:first-of-type {
	display: none;
}

#example #slide_btn li a:hover {
  opacity: 0.7;
}



/*
	Slideshow
*/

.bx-wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:715px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:715px;
	height:285px;
	_height:275px;
	display:block;
}

.bx-prev {
	position: relative;
	top: 50%;
	left: 10px;
}

.bx-next {
	position: relative;
	top: 50%;
	right: 10px;
}


/*
	Pagination
*/

.pagination {
	/*margin:26px auto 0;*/
	margin:0;
	width:100px;
	position: relative;
	top: 2px;
	left: 640px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../../img/pagination.png);
	_background-image:url(../../img/pagination.gif);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/
.caption {
	z-index:100;
	position:absolute;
	left:0;
	padding:10px 0 10px 0;
	background:#fff;
	background:rgba(255,255,255,.9);
	width:100%;
	font-size:36px;
	line-height:1.33;
	color:#009653;
	border-top:1px solid #ccc;
	text-shadow:none;
	filter: alpha(opacity=90);	/* IE6�AIE7�Ή� */
}
.caption p {
	width: 1170px;
	margin: 0 auto;
}
.caption p strong {
	color: #e60013;
	font-size: 26px;
	font-weight: bold;
}

.caption a {
  display: inherit !important;
  height: auto;
  width: auto;
  text-align: left;
  color: #e60013;
}
.caption a:hover, .caption a:active {
  color: #e60013;
  opacity: 0.6;
}


a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: none;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
        right: 90px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/index/bx_loader.gif) center center no-repeat #fff;
	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: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	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 {
	background: #004ea2;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 47px;
	background: url(../../images/index/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/index/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 10px;
	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/index/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 {
	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/index/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 {
	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: 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;
}
