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



.slider .bx-wrapper {
	position: relative;
	margin: 0 auto 8px;
	padding: 0;
	*zoom: 1;
	z-index: 1;
}
.slider .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.slider #bx-pager a {
  margin: 0 5px 0 0;
	border: 2px solid #999999;
	display: inline-block;
}
.slider #bx-pager a.active {
	border: 2px solid #5e8012;
}
/** THEME
===================================*/
.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
}
@media screen and (max-width:767px) {
.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
	position: inherit;
}
}
/* LOADER */
.slider .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.slider .bx-wrapper .bx-pager {
	bottom: -25px;
	*+bottom: -20px;
	right: 0;
}
@media screen and (max-width:976px) and (min-width:768px) {
.slider .bx-wrapper .bx-pager {
	bottom: -25px;
	right: 30px !important;
}
}
@media screen and (max-width:767px) {
.slider .bx-wrapper .bx-pager {
	text-align: center;
	margin-top: 10px;
}
}
.slider .bx-wrapper .bx-pager .bx-pager-item,
.slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
  display: block;
  width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
  outline: 0;
	background: url(/img/index/bg-page_off.png) no-repeat center center;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/img/index/bg-page_on.png) no-repeat center center;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slider .bx-wrapper .bx-prev {
	left: -60px;
	background: url(imgs/left.png) no-repeat left center;
}
.slider .bx-wrapper .bx-next {
	right: -60px;
	background: url(/imgs/right.png) no-repeat right center;
}
.slider .bx-wrapper .bx-prev:hover {
	background: url(imgs/left.png) no-repeat left center;
}
.slider .bx-wrapper .bx-next:hover {
	background: url(imgs/right.png) no-repeat right center;
}
.slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	top: 160px;
	width: 41px;
	height: 61px;
	text-indent: -9999px;
	z-index: 9999;
}
@media screen and (max-width:767px) {
.slider .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
.slider .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.slider .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.slider .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/imgs/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.slider .bx-wrapper .bx-controls-auto .bx-start:hover,
.slider .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.slider .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/imgs/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slider .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.slider .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.slider .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/** RESET AND LAYOUT
===================================*/
.slide_wrap .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	z-index: 1;
}
.slide_wrap .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.slide_wrap #bx-pager a {
  margin: 0 5px 0 0;
	border: 2px solid #999999;
	display: inline-block;
}
.slide_wrap #bx-pager a.active {
	border: 2px solid #5e8012;
}
/** THEME
===================================*/
.slide_wrap .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
}
/* LOADER */
.slide_wrap .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.slide_wrap .bx-wrapper .bx-pager {
	bottom: -25px;
	*+bottom: -20px;
	right: 0;
}
.slide_wrap .bx-wrapper .bx-pager .bx-pager-item,
.slide_wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slide_wrap .bx-wrapper .bx-prev {
	left: -40px;
	background: url(imgs/left.png) no-repeat left center;
}
.slide_wrap .bx-wrapper .bx-next {
	right: -40px;
	background: url(imgs/right.png) no-repeat right center;
}
.slide_wrap .bx-wrapper .bx-prev:hover {
	background: url(imgs/left.png) no-repeat left center;
}
.slide_wrap .bx-wrapper .bx-next:hover {
	background: url(imgs/right.png) no-repeat right center;
}
.slide_wrap .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	top: 26px;
	width: 16px;
	height: 29px;
	text-indent: -9999px;
	z-index: 9999;
	overflow: hidden;
}
@media screen and (max-width:976px) and (min-width:768px) {
.slide_wrap .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
@media screen and (max-width:767px) {
.slide_wrap .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
.slide_wrap .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.slide_wrap .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.slide_wrap .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.slide_wrap .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_wrap .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.slide_wrap .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.slide_wrap .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_wrap .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.slide_wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.slide_wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.slide_wrap .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.slide_wrap .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}





/** RESET AND LAYOUT
===================================*/
.slide_wrap_tb .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	z-index: 1;
}
.slide_wrap_tb .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.slide_wrap_tb #bx-pager a {
  margin: 0 5px 0 0;
	border: 2px solid #999999;
	display: inline-block;
}
.slide_wrap_tb #bx-pager a.active {
	border: 2px solid #5e8012;
}
/** THEME
===================================*/
.slide_wrap_tb .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
}
/* LOADER */
.slide_wrap_tb .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.slide_wrap_tb .bx-wrapper .bx-pager {
	bottom: -25px;
	*+bottom: -20px;
	right: 0;
}
.slide_wrap_tb .bx-wrapper .bx-pager .bx-pager-item,
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slide_wrap_tb .bx-wrapper .bx-prev {
	left: -30px;
	background: url(imgs/left.png) no-repeat left center;
}
.slide_wrap_tb .bx-wrapper .bx-next {
	right: -30px;
	background: url(imgs/right.png) no-repeat right center;
}
.slide_wrap_tb .bx-wrapper .bx-prev:hover {
	background: url(imgs/left.png) no-repeat left center;
}
.slide_wrap_tb .bx-wrapper .bx-next:hover {
	background: url(imgs/right.png) no-repeat right center;
}
.slide_wrap_tb .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	top: 20px;
	width: 13px;
	height: 22px;
	text-indent: -9999px;
	z-index: 9999;
	overflow: hidden;
}
@media screen and (min-width:976px) {
.slide_wrap_tb .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
@media screen and (max-width:767px) {
.slide_wrap_tb .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
.slide_wrap_tb .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.slide_wrap_tb .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_wrap_tb .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.slide_wrap_tb .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.slide_wrap_tb .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.slide_wrap_tb .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.slide_wrap_tb .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/** RESET AND LAYOUT
===================================*/
.topics_inner .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	z-index: 1;
}
.topics_inner .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.topics_inner #bx-pager a {
  margin: 0 5px 0 0;
	border: 2px solid #999999;
	display: inline-block;
}
.topics_inner #bx-pager a.active {
	border: 2px solid #5e8012;
}
/** THEME
===================================*/
.topics_inner .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
}
/* LOADER */
.topics_inner .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/index/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.topics_inner .bx-wrapper .bx-pager {
	bottom: -25px;
	*+bottom: -20px;
	right: 0;
}
.topics_inner .bx-wrapper .bx-pager .bx-pager-item,
.topics_inner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.topics_inner .bx-wrapper .bx-prev {
	left: -50px;
	background: url(imgs/left.png) no-repeat left center;
}
.topics_inner .bx-wrapper .bx-next {
	right: -50px;
	background: url(imgs/right.png) no-repeat right center;
}
.topics_inner .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	top: 180px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
	overflow: hidden;
}
@media screen and (min-width:976px) {
.topics_inner .bx-wrapper .bx-controls-direction a {
	display: none;
}
}
.topics_inner .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.topics_inner .bx-wrapper .bx-controls-auto {
	text-align: center;
}
.topics_inner .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.topics_inner .bx-wrapper .bx-controls-auto .bx-start:hover,
.topics_inner .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.topics_inner .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/index/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.topics_inner .bx-wrapper .bx-controls-auto .bx-stop:hover,
.topics_inner .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.topics_inner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.topics_inner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.topics_inner .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.topics_inner .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
