/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; 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: 98%;
	position: absolute;
	bottom: -25px;
	left: 6px !important;
}

ol.bjqs-markers.h-centered {
	text-align: center;
	}

ol.bjqs-markers li {
	display:inline;
}

ol.bjqs-markers li a {
	display:inline-block;
}


p.bjqs-caption {
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
	text-align: right;
}

p.bjqs-caption {
	background: rgba(0,0,0,0.5);
	color: #ffffff;
}


/* add on */

ol.bjqs-markers li a {
	width: 10px;
    height: 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.6;
	color: transparent;
	
	border: solid 2px #fff;

/*	border: solid 1px rgba(0,0,0,0.5); */
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	/* background: #fff;
	opacity: 1; */

	background: #fff;
	border: solid 2px #000;
}


/*

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a {
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
*/

/*
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
element {
}
.slick-dots li button, .main-featured .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
}
*/