/* Basic jQuery Slider essential styles */

/* .bjqs li img {
	top: -100px;
	left: 0px;
    position:inherit;
}



.bjqs li h3 {
	font-size: 3em;
	color: red;
	font-weight: 800;
	line-height: 1.2em;
	top: 200px;
	left: 155px;
    position:relative;
}
*/

ul.bjqs {
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}



li.bjqs-slide {
	position:absolute; 
	display:none;
}


ol.bjqs-markers {
display: none;
}








#banner-fade {
	margin-bottom: 60px;
	max-width: 2000px;
	max-height: 774px;
	width: 100%;
	position: static;
	float: left;
    margin-left: 0%;
    margin-right: 0%;
    /* border: rgba(0,255,102,1.00) medium solid; */
}

.boxtoholdslider {
	float: left;
	width: 99.9%;
    margin-left: -0%;
    margin-right: -0%;
	margin-bottom: 130px;
    /* background-color: rgba(239,7,11,0.23); */
    position: relative;
    z-index: 200;
}

#banner-fade  li {
	list-style-type: none;
    float: left;
    width: 100%;
    margin-left: 0%;
	border: 1px solid #868686;
	position: relative;
	z-index: 10000;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.gap4slider {
float: left;
width: 100%;
background-color: purple;
height: 5px;
}





p.bjqs-caption {
font-size: 3em;
font-weight: 600;
background-color: red;
color: #ffffff;
margin-top: -200px;
margin-left: 25px;
position: relative;
}

.bjqs li p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	color: #185a7b;
	background-color: #E9E9E9;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
}

.break {
	float: left;
	height: 50px;
	width: 884px;
	background-color: #ffffff;
}
.bjqs li h3 i {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.3em;
}
.bjqs li h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 0.07em;
}
.bjqs li h4 i {
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	font-weight: lighter;
	letter-spacing: 0.01em;
}

.tplace-b1a {
	position: absolute;
	left: 220px;
	top: 220px;
	margin-right: 30px;
	-moz-box-shadow: 0 0 5px 5px #888888;
	-webkit-box-shadow: 0 0 5px 5px#888888;
	box-shadow: 0 0 5px 5px #888888;
	background: #828282; /* Old browsers */
	background: -moz-linear-gradient(top, #828282 0%, #666666 33%, #3d3d3d 79%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(33%,#666666), color-stop(79%,#3d3d3d), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #828282 0%,#666666 33%,#3d3d3d 79%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #828282 0%,#666666 33%,#3d3d3d 79%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #828282 0%,#666666 33%,#3d3d3d 79%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom, #828282 0%,#666666 33%,#3d3d3d 79%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #FFF;
}


/* #banner-fade li {

left: -2em;

} */
