/* Demo CSS - You do not need this css in your own slider */

/*body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}
*/
#banner-fade,
#banner-slide{
	/*margin-bottom: 60px;*/
	min-width: 100%;
	min-height: calc(100vh - 220px)
}
.bjqs, .bjqs img {
	object-fit: cover;
	min-height: 100vh;
}
ul.bjqs-controls.v-centered 
{
padding: 10px;	
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:0px;
	width: 40px;
	height: 40px;
	line-height: 33px;
	text-align: center;
	border-radius: 35px;
	font-size: 27px;
	background: rgba(0,0,0,0.5);
	color:#cfb06d;
	text-decoration: none;
	
}

ul.bjqs-controls.v-centered li a:hover{
	background:#cfb06d;
	color:#fff;
}
ul.bjqs-controls.v-centered li a{position:fixed;}

ol.bjqs-markers
{
position: fixed;
bottom: 180px;	
left: 0 !important;
right: 0;
margin: 0;
padding: 0
}
ol.bjqs-markers li
{
padding: 0 !important;
margin: 0 !important;	
}
ol.bjqs-markers li a{
	padding: 0px;
	background: rgba(0,0,0,0.5);
	color:#fff;
	margin:5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-align: left;
	text-indent: -1000px;
	overflow: hidden;
	text-decoration: none;
	border-radius: 20px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #cfb06d;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
	font-size: 1.8em;
	text-transform: uppercase;
	color: #dab973;
	text-align: center;
	font-weight: bold;
	font-family: "Ubuntu", sans-serif;
}