/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/
.bxslider 			{text-align:center; }
.bxslider li		{text-align:center;}




.bx-wrapper img {
	max-width: 100%;
	text-align:center; 
}

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

.bx-wrapper .bx-viewport {
	left: 0px; 
	height:440px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index:5000;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/common/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-family: Arial;
	color: #666;
}

.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 {
	text-indent: -9999px;
	display:inline-block;
	zoom:1;
	*display:inline; 
	width:14px; 
	height:14px; 
	border-radius:100%; 
	background:#fff; 
	opacity:0.5; 
	cursor:pointer; 
	margin-right:7px;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
	opacity:1;
} 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border-radius:20px; width:40px; opacity:1;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 7%;
	background: url(../image/common/controls_prev.png) no-repeat center 50%;
}

.bx-wrapper .bx-next {
	right: 7%;
	background: url(../image/common/controls_next.png) no-repeat center 50%;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: -9999px;
	position:absolute; 
	top:45%; width:60px; 
	height:60px; 
	border:1px solid rgba(255, 255, 255, 0.3);  
	cursor:pointer; 
	z-index:99999;
}

.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:inline-block; 
	width:0; 
	height:0; 
	border-top: 7px solid transparent; 
	border-bottom: 7px solid transparent; 
	border-left: 10px solid #fff; 
	margin-left:2px;
}

.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-stops {
	display:inline-block; 
	width:3px; 
	height:13px; 
	background:#fff; 
	margin:0 7px 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;
}


.bx-wrapper .bx-viewport li { min-height: 1px; min-width: 1px; }


/* screen 1200*/
@media screen and (max-width:1200px) {

	.bx-wrapper .bx-prev			{left:20px; }
	.bx-wrapper .bx-next			{right:20px; }

}



/* screen 1024*/
@media screen and (max-width:1024px) {

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto	{bottom:10px;}
	.bx-wrapper .bx-controls-direction a			{width:45px; height:45px;}
	.bx-wrapper .bx-next, .bx-wrapper .bx-prev		{background-size:45px;}
	.bx-wrapper .bx-pager.bx-default-pager a.active	{width:30px;}
	.bx-wrapper .bx-pager.bx-default-pager a		{height:12px; width:12px;}

}


/* screen 768 */
@media screen and (max-width:768px) {
		.bx-wrapper .bx-controls-direction	{display:none;}
}