/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative;list-style:none;padding:0;display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{margin-top: -10px; text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{
	display:block;
	width:100%;
	margin:0;
	padding:1.6% 0;
	position:absolute;
	bottom:0;
	font-family: 'KaushanScript';
	font-size:28px;
	font-weight: normal!important;
	background:rgba(0, 0, 0, .6);
	color:#eee;
	text-align:center;
}

/* CUSTOM STYLES */

#home-slider {
	position: relative;
	background: #202020 url(../media/layout/section-bg.png);
	padding: 30px 0 0 0;
}
#home-slider .frame {margin-bottom: -20px;}
#bjqs-slider {
	max-width: 1600px;
	margin: 0 auto;
}


ul.bjqs-controls.v-centered li a{
	display: block;
	margin: 6px;
	padding: 10px 16px 16px;
	background: rgba(0,0,0,.4);
	color:#eee;
	font-size: 36px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.bjqs-controls.v-centered li a:hover{
	background: rgba(255,255,255,.4);
	color:#000;
}

ol.bjqs-markers li a{
	padding: 2px 9px;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#eee;
	color:#202020;
	margin:5px 3px;
	text-decoration: none;
}

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

@media only screen and (max-width:640px) {
	p.bjqs-caption {font-size: 20px;}
}