/**
 * 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;
	padding: 0;
	*zoom: 1;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/* background: url(../common_img/bx_loader.gif) center center no-repeat #fff; */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	line-height: 1;
	text-align: center;
}

.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 {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ccc;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 50%;
	transform: translateX(-572.5px);
	background-image: url(../images/slide_prev.png);
	background-repeat: no-repeat;
	background-color: #fc8992;
	transition: all .3s;
}

.bx-wrapper .bx-next {
	right: 50%;
	transform: translateX(572.5px);
	background-image: url(../images/slide_next.png);
	background-repeat: no-repeat;
	background-color: #fc8992;
	transition: all .3s;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-color: #e60012;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -287.5px;
	margin-top: 0;
	outline: 0;
	width: 35px;
	height: 55px;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}




/* --------------------------------------------------------------------------------------------------------------------------------------------
 * overwrite setting
 */



/** RESET AND LAYOUT */

.bx-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

	/* image */
	.bx-wrapper img {
		display: inline-block;
	}

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

	.bx-wrapper .bx-viewport {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* LOADER */
	.bx-wrapper .bx-loading {
		z-index: 80;
	}

	/* PAGER */
	.bx-wrapper .bx-pager {
		color: #ccc;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 100%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #ccc;
		height: 0;
		font-size: 10px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #e60012;
	}
	.bx-controls {
		position: relative;
		z-index: 155;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover {
		background: #e60012;
	}
	.bx-wrapper .bx-pager .bx-pager-item {
		width:  10px;
		height: 10px;
		margin-left:  5px;
		margin-right: 5px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: -20px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width:  10px;
		height: 10px;
	}

/* end jquery.bxslider.css
---------------------------------------------------------------------------------------------------------------------------- */