/**
 * Name: bxslider.css
 *	
 *	T.O.C
 *
 *	=Basics
 *	=Slider theme
 *	=Loader
 *	=Pager
 *	=Directional Controls (Next / Prev)
 *	=Auto Controls (Start / Stop)
 *	=Pager with auto controls hibrid layout	
 *	=Image Captions
 *
 */

 
 /* ==========================================================================
   =Basics
   ========================================================================== */

	.bx-wrapper {
		position: relative;
		padding: 0;
		margin: 0 auto 60px auto;
	}
	
	.bx-wrapper ul { list-style: none; }
	
	.bx-wrapper img {
		display: block;
		max-width: 100%;
	}

/* ==========================================================================
   =Slider theme
   ========================================================================== */

	.bx-wrapper .bx-viewport {
		/*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 {
		position: absolute;
		z-index: 10000;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 50px;
		height: 100%;
		background: #fff url(images/bx_loader.gif) no-repeat center center;
	}

/* ==========================================================================
   =Pager
   ========================================================================== */

	.bx-wrapper .bx-pager {
		padding-top: 20px;
		color: #222;
		text-align: center;
	}
	
	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; }
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		outline: 0;
		margin: 0 5px;
		background: #51648a;
		text-indent: -9999px;	
	}
	
	.fullwidth-section .bx-wrapper .bx-pager.bx-default-pager a { background: #fff; }
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active { background: #3db39e; }

/* ==========================================================================
   =Directional Controls (Next / Prev)
   ========================================================================== */

	.bx-wrapper .bx-prev {
		left: 0;
		background: url(../../images/left-2.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
		background: url(../../images/right-2.png) no-repeat center center;
	}
	
	/**
	 * 1. changing the z-index from the original 9999 to 
	 */
	
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		z-index: 1000; /* 1 */
		top: 50%;
		width: 24px;
		height: 44px;
		outline: 0;
		margin-top: -45px;
		text-indent: -9999px;
		opacity: 0.5;
	}
	
	.bx-wrapper .bx-controls-direction a:hover { opacity: 1; }
	
	.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;
		width: 10px;
		height: 11px;
		outline: 0;
		margin: 0 3px;
		background: url(images/controls.png) -86px -11px no-repeat;
		text-indent: -9999px;
	}
	
	.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;
		width: 9px;
		height: 11px;
		outline: 0;
		margin: 0 3px;
		background: url(images/controls.png) -86px -44px no-repeat;
		text-indent: -9999px;
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop:hover,
	.bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }

/* ==========================================================================
   =Pager with auto controls hibrid layout
   ========================================================================== */

	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
		width: 80%;
		text-align: left;	
	}
	
	.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: -50px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	.bx-wrapper .bx-caption span {
		display: block;
		padding: 10px;
		color: #fff;
	}
	
	.carousel .bx-viewport {
		padding: 40px 0 55px 0;
		border-radius: 50%;
		background-color: #cdcdcd;
	}
	
	.carousel .bx-wrapper img { margin: 0 auto; }
	
	.carousel .bx-wrapper .bx-pager, 
	.carousel .bx-wrapper .bx-controls-auto { bottom: -50px; }
	
	.vertical-carousel .bx-wrapper img { 
		border-radius: 50%;
		margin: 0 auto;
	}
	
	.vertical-carousel .bx-wrapper .bx-pager .bx-pager-item,
 	.vertical-carousel .bx-wrapper .bx-controls-auto .bx-controls-auto-item { 
		display: block;
		margin: 5px 0;
	}
	
	.vertical-carousel .bx-wrapper .bx-pager, 
	.vertical-carousel .bx-wrapper .bx-controls-auto {
		top: 50%;
		left: 30px;
		margin-top: -40px;
	}
	
	.testimonial-slider .bx-viewport { padding-top: 10px; }
	
	.testimonial-slider .bx-wrapper .bx-pager, 
	.testimonial-slider .bx-wrapper .bx-controls-auto { bottom: -20px; }

	@media (min-width: 1400px) {

		.bx-wrapper .bx-prev { left: -120px; }
		.bx-wrapper .bx-next { right: -120px; }
		
		.carousel .bx-viewport { padding: 40px 0 100px 0; }
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.carousel .bx-viewport { background-color: transparent; }
		
		.vertical-carousel .bx-wrapper .bx-pager, 
		.vertical-carousel .bx-wrapper .bx-controls-auto { left: 0; }
		
	}
	
	@media (max-width: 767px) {
		
		.carousel .bx-viewport { background-color: transparent; }
		
	}