/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/



.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; right:0px;}
.banntitle h2{ font-size:90px;  margin:0; padding:0; color:#fff; font-weight:600; line-height:1.2; text-align:center;}
.banntitle h3{ font-size:20px; margin:0; padding:20px 0px 20px 0px; color:#fff;font-weight:600;text-align:center;}
.banntitle h2,.banntitle h3{/* text-shadow:0px 0px 15px rgba(0,0,0,1.00);*/  }




#innerban{ position:relative; overflow:hidden;}
.inban{ position:relative; }
.inban > div{ overflow:hidden; }
.inban img{ width:100%; }
.inban:before{ position:absolute; content:''; background-color:rgba(0,0,0,0.2); left:0; right:0; top:0; bottom:0; }

.bantext{text-align:center; position:absolute; width:90%; bottom:0px;  padding:10px;}	
.bantext h1{position:relative; display:inline-block; padding:30px 0px 10px 0px; margin-bottom:10px; font-weight:700;
 color:#fff; margin:0px; text-transform:uppercase; font-size:30px;  font-family: 'Playfair Display', serif; letter-spacing:2px;}

.bantext h3{ color:#eee; margin:0; font-size:20px;}
.text-vertical-center { display:table-cell; vertical-align:middle;}
.bread-crumbs{margin:0; padding:0; list-style:none;}
.bread-crumbs li{display:inline-block; padding:0px 10px 0 20px; position:relative; color:#fff; font-size:16px; font-family: 'Raleway', sans-serif; font-weight:600;}
.bread-crumbs li:before{position:absolute;left:0;content:'\f101'; font-family: 'FontAwesome';color:#fff; font-size:18px; top:0px;}
.bread-crumbs li:nth-child(1):before{ display:none;}
.bread-crumbs li a{ color:#fff;}
.bread-crumbs li span{ color:#fff; }





.insidbntit{ position:absolute; width:100%; bottom:20px; color:#fff;  text-align:center;}
.insidbntit ul li{ font-size:16px; float:left;  text-align:center;  font-weight:bold; text-transform:uppercase;
 padding:0px 0px 0px 10px; margin:auto;}
.insidbntit ul li a{ padding:0px 0px; display:block; color:#fff;  text-align:center; }





/* 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;
}
@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 h1{font-size:16px; padding:20px 0px 0px 0px;}
.bread-crumbs li a{ font-size:12px;}

}
@media (max-width: 768px) {.banntitle h2{ font-size:26px; line-height:1;}.banntitle h3{ font-size:14px; line-height:1;},}






