/** RESET AND LAYOUT
===================================*/

.bxslider-wrapper {
	background: #FFF;
	padding: 0 0 20px 0;
	position: relative;
	margin-top: 0px;
}
.bxslider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	float:left;
	width: 100%;
}
.bxslider .img .caption {
	color: #FFF;
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 10px;
    padding: 10px;
    text-align: left;
    width: 48%;
}
.bxslider .subTab .caption {
    width: 51%;
}
.bxslider .img .caption h2 {
	background: rgba(255, 255, 255, 1.0);
	font: 35px 'BebasNeue', Arial, sans-serif;
	padding: 0px 10px;
	display: inline-block;
	margin-bottom: 10px;
	color: #1b1b1b;
}
.bxslider .img .caption h1 {
	background: rgba(255, 255, 255, 1.0);
	font: 35px 'BebasNeue', Arial, sans-serif;
	margin: 0;
	padding: 0px 10px;
	display: inline-block;
}
.bxslider .img .caption p {
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 15px;
	margin-top: 10px;
	display: inline-block;
	max-width: 550px;
	color: #fff;
    font-size: 14px;
}
.bxslider .img .caption .para-alt {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 15px;
	margin-top: 0px;
    margin-bottom: 40px;
	display: inline-block;
	max-width: 550px;
	color: #000;
    font-size: 14px;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-prev:before {
	content: "\f053";
}
.bx-prev {
	left: 0;
}
.bx-next {
	left: 32px;
}
.bx-next:before {
	content: "\f054";
}
.bx-controls-direction a {
	position: absolute;
	bottom: 20px;
	z-index: 99;
	background: #2b2b2b;
	padding: 13px;
	font-family: 'FontAwesome';
	color: #FFF; 
	font-size: 11px;
}

/** THEME
===================================*/
#bx-tabs {
	padding: 0;
	border-bottom: 5px solid #2b2b2b;
}
#bx-tabs .bx-nav:first-child{
	border-left: 0;
}
#bx-tabs .bx-nav:last-child{
	border-right: 0;
}
#bx-tabs .bx-nav {
	border-left: 1px solid #dddddd;
}
#bx-tabs .bx-section {
	padding: 15px 17px;
	background: #FFF;
	color: #282828;
}
#bx-tabs .active h3 {
	color:#FFF;
}
#bx-tabs a h3 {
	font: 11px arial, sans-serif;
	color: #646464;
	font-weight: bold!important;
	margin: 0;
	text-transform: uppercase;
}

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

.bxslider .leftImage {
	color: #FFF;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 93px;
    padding: 10px;
}

.bxslider .leftImage img
{
	width: 430px;
}