.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

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


/* banner text */

#banner img{ width:100%; }
#banner{ position:relative; }

#banner ul li{ position:relative; z-index:5; }
#banner ul li:after{ position:absolute; top:0; bottom:0; left:0; right:0; content:''; z-index:1; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+61,0.77+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(99,99,99,0) 61%, rgba(0,0,0,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(99,99,99,0) 61%,rgba(0,0,0,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(99,99,99,0) 61%,rgba(0,0,0,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
 }
.banntitle{ position:absolute; width:100%; top:34%; color:#fff; z-index:99; }
.banntitle h2{ font-size:64px;  margin:0; padding:0; color:#fff; font-weight:500; line-height:1.1; }
.banntitle h3{ font-size:20px; margin:0; padding:20px 0px 0px 0px; color:#fff;font-weight:300; line-height:26px; }
.banntitle h2,.banntitle h3{/* text-shadow:0px 0px 15px rgba(0,0,0,1.00);*/  }


#inpagebanner{ position:relative; width:100%; }
#inpagebanner img{ width:100%; }
.insidbntit{ position:absolute; width:100%; bottom:20px; color:#fff;  }
.insidbntit ul li{ font-size:14px; float:left; }
.insidbntit ul li a{ padding:10px 20px; display:block; background-color:#ee1c25; border-left:1px solid #ddd; color:#fff;  }


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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #ee1c25;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffcc03;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.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-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;
}

.inban{ position:relative; }
.inban > div{ overflow:hidden; }
.inban img{ width:100%; }
.inban:before{ position:absolute; content:''; background-color:rgba(0,0,0,0.1); left:0; right:0; top:0; bottom:0;}
.bantext{position:absolute; width:80%; bottom:30px;  padding:0px;}
.bantext h1{padding:20px 0px 0px 0px;  font-weight:700; color:#fff; margin:0px; }
.bantext h5{ color:#eee; margin:0;font-size:20px; padding:10px 0px 0px 0px; font-weight:400;}
.text-vertical-center { display: table-cell; vertical-align: middle;}



@media (max-width: 320px) {.banntitle h2{ font-size:16px; display:none;} .banntitle,.banntitle h3{ font-size:12px; display:none;} }
@media (max-width: 440px) {.banntitle h2{ font-size:26px; display:none;} .banntitle,.banntitle h3{ font-size:20px; display:none;} }
@media (max-width: 576px) {.banntitle h2{ font-size:26px; display:none;} .banntitle,.banntitle h3{ font-size:20px; display:none;} 
.bantext{ display:none;}}
@media (max-width: 768px) {.banntitle h2{ font-size:26px;  display:none;}.banntitle,.banntitle h3{ font-size:14px;  display:none; line-height:1;}}






