/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * https://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto /*60px*/;
	padding: 0;
	*zoom: 1;
	width:1100px;
	margin:0 auto;
}

@media screen and (min-width:840px) and (max-width:1100px){

	.bx-wrapper {
		width:840px;
	}

}


.bx-wrapper img {
	max-width: 1100px;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	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: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/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 {
	background: transparent;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	width:60px;
	height:12px;
	/*padding-top: 20px;*/
	margin-top:-20px;
}

.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:9px;
	height:9px;
	margin: 0 5px;
	outline: 0;
	border:3px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width:9px;
	height:9px;
	margin: 0 5px;
	outline: 0;
	border:3px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* */

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-prev {
	left: 18.5%;
	background: url(/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 18.5%;
	background: url(/img/controls.png) no-repeat -43px -32px;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:60px;
	outline: 0;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	z-index: 55;
}


/**//**/
.visual .bx-wrapper .bx-prev {
	left: 52%;
	background: url(../img/visual_prev.jpg) no-repeat ;
}

.visual .bx-wrapper .bx-next {
	left: 54%;
	background: url(../img/visual_next.jpg) no-repeat;
}


.visual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:40px;
	outline: 0;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	z-index: 55;
}

/* PAGER */

.visual .bx-wrapper .bx-pager {
	background: transparent;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	width:60px;
	height:12px;
	margin-left:40%;
	margin-top:-50px;
}

.visual .bx-wrapper .bx-pager .bx-pager-item,
.visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.visual .bx-wrapper .bx-pager.bx-default-pager a {
	background:transparent;
	text-indent: -9999px;
	display: block;
	width:6px;
	height:6px;
	margin: 0 3px;
	outline: 0;
	border:3px solid #c7c7c7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
	text-indent: -9999px;
	display: block;
	width:6px;
	height:6px;
	margin: 0 3px;
	outline: 0;
	border:3px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/**//**/
/**//**/
.t_visual .bx-wrapper .bx-prev {
	left: 69%;
	background: url(../img/visual_prev.jpg) no-repeat ;
}

.t_visual .bx-wrapper .bx-next {
	left: 71%;
	background: url(../img/visual_next.jpg) no-repeat;
}


.t_visual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:40px;
	outline: 0;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	z-index: 55;
}

/* PAGER */

.t_visual .bx-wrapper .bx-pager {
	background: transparent;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	width:60px;
	height:12px;
	margin-left:50%;
	margin-top:-100px;
}

.t_visual .bx-wrapper .bx-pager .bx-pager-item,
.t_visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.t_visual .bx-wrapper .bx-pager.bx-default-pager a {
	background:transparent;
	text-indent: -9999px;
	display: block;
	width:6px;
	height:6px;
	margin: 0 3px;
	outline: 0;
	border:3px solid #c7c7c7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.t_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.t_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
	text-indent: -9999px;
	display: block;
	width:6px;
	height:6px;
	margin: 0 3px;
	outline: 0;
	border:3px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/**//**/
/**//**/
.m_visual .bx-wrapper .bx-prev {
	left: 87%;
	background: url(../img/visual_prev.jpg) no-repeat ;
}

.m_visual .bx-wrapper .bx-next {
	left: 92%;
	background: url(../img/visual_next.jpg) no-repeat;
}


.m_visual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom:15px;
	outline: 0;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	z-index: 55;
}

/* PAGER */

.m_visual .bx-wrapper .bx-pager {
	display:none;
}

/**//**/
/**//**/
.cont3 .bx-wrapper .bx-prev {
	top:0;
	left:376px;
	background: url(../img/ban_icon1.jpg) no-repeat;
}

.cont3 .bx-wrapper .bx-next {
	top:0;
	left:395px;
	background: url(../img/ban_icon2.jpg) no-repeat;
}
.cont3 .bx-wrapper .bx-prev:hover {
	background:url(../img/ban_icon1.jpg) no-repeat;
}

.cont3 .bx-wrapper .bx-next:hover {
	background: url(../img/ban_icon2.jpg) no-repeat;
}

.cont3 .bx-wrapper .bx-controls-direction a {
	width: 19px;
	height: 19px;
}

/*//*/


.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(img/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(img/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%;/*display:none;*/
	position:absolute;
	top:420px;
	left:60px;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;/*display:none;*/
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	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;
}
