/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto !important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
}

/* 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: 80;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 40px;
	height: 60px;
	background: transparent;
	/*color: #96989f;*/
	color: #ffffff;
	margin-top: -30px;
	text-indent: -9999px;
	z-index: 9;
}
.bx-wrapper .bx-controls-direction a:before{ font: normal normal normal 40px/1 FontAwesome; line-height: 60px; display: block; position: absolute; top: 0px; right: 0px; left: 0px; text-indent: 0px; text-align: center; }


.bx-wrapper .bx-prev { left: 0px; }
.bx-wrapper .bx-next { right: 0px; }

.bx-wrapper .bx-controls-direction a.bx-prev:before{ content: "\f104"; }
.bx-wrapper .bx-controls-direction a.bx-next:before{ content: "\f105"; }

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-direction a:hover {
	/*color: #1c827b;*/
	color: #b2b2b2;
	/*background: rgba(164, 52, 31, 0.76);*/
	/*background: transparent;*/
}


/* For Team Section CAresol */
#section-team .bx-wrapper .bx-controls-direction a { margin-top: -100px; }
#section-team .bx-wrapper .bx-prev{ left: -45px; }
#section-team .bx-wrapper .bx-next{ right: -45px; }