.banner{ position:relative; border-bottom:5px solid #fcce01; width:100%; overflow:hidden; clear:both; }
#homebanner{ width:100%; }
.bannerimg{ position:relative; overflow:hidden; width:100%; }
.bannerimg img{ width:100%; }
.text-cont{ position:absolute; bottom:0px; width:100%; font-family:'Myriad-Pro-Regular'; }
.text-cont-chld{ display:table-cell; text-align:left; color:#fff; }
.text-cont-chld p{ border-left:5px solid #fcce01; background-color:rgba(0,0,0,0.3); padding:20px; font-size:20px; }


.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	height:100%;
}
.banner ul li{
}
.bx-wrapper img {
	width:100%;
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	height:100% !important;
	/*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:10px !important;
	width: 100%;
}

/* LOADER */
.bxslider,
.gallery{
	margin:0 auto;
	padding:0;
	position:relative;
}
.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: 1000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	position:absolute;
	bottom:15px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#444;
	text-indent: -9999px;
	display: block;
	width: 60px;
	height: 10px;
	margin: 0 3px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#FDA712;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	overflow:hidden;
	left:5%;
	background:url(../images/arr-left.png);
}

.bx-wrapper .bx-next {
	right:5%;
	background:url(../images/arr-right.png);
}

.bx-wrapper .bx-prev:hover {
	background-position: left;
}

.bx-wrapper .bx-next:hover {
	background-position:right;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	display:none;
	width: 60px;
	height: 60px;
	border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;
	border:2px solid #999;
	background-position:center;
	text-indent: -9999px;
	z-index: 9999;
	
	transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-ms-transition:all ease-in-out 0.2s;-o-transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	opacity:0.5;-moz-opacity:0.5;-ms-opacity:0.5;-o-opacity:0.5;-webkit-opacity:0.5;
}
.bx-wrapper .bx-controls-direction a:hover{
	opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;-webkit-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;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.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;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 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-caption {
	position:absolute;
	left:0;
	top:25%;
	right:0;
}
.bx-caption  h1{
	margin:0;
	padding:0;
	color:#fff;
	text-align:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:60px;
}
.bx-caption  p{
	color:#fff;
	margin:20px 0;
	font-size:18px;
}


/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { .text-cont-chld p{ font-size:13px; } .text-cont{ display:none; } }
/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { .text-cont-chld p{ font-size:15px; } .text-cont{ display:none; } }
/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { .text-cont-chld p{ font-size:15px; } .text-cont{ display:none; } }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { .text-cont-chld p{ font-size:20px; } .text-cont{ display:block; } }
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { .text-cont-chld p{ font-size:20px; } .text-cont{ display:block; } } 