#wrapper-slide-caption {
	background-color: black;
	width: 500px;
	height: 355px;
}
@media screen and (max-width: 1105px) {
	#wrapper-slide-caption {
  		border: 1px solid white;
  	}
}
@media screen and (max-width: 930px) {
	#wrapper-slide-caption {
		width: 500px;
  	}
}
@media screen and (max-width: 520px) {
	#wrapper-slide-caption {
  		width: 98%;
  		margin-bottom: 50px;
  	}
}
@media screen and (max-width: 300px) {
	#wrapper-slide-caption {
  		display: none;
  	}
}
ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:visible;
	display:none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-color: black;
}
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-prev a {
	background-image: url(prev2.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
	background-size: 104px 52px;
	display: flex; display: -webkit-flex;
	justify-content: center; -webkit-justify-content: center;
	align-items: center; -webkit-align-items: center;
	left:78%;
	margin-top: 36.4%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	outline: 0;
	height: 32px;
	width: 32px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
	background-position: 0px 0px;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	background-image: url(next2.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
	background-size: 104px 52px;
	display: flex; display: -webkit-flex;
	justify-content: left; -webkit-justify-content: left;
	align-items: center; -webkit-align-items: center;
	right:1.2%;
	margin-top: 36.4%;
	background-color: rgba(0, 0, 0, 0);
	height: 32px;
	width: 32px;
	outline: 0;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
	background-position: 0px 0px;
}
@media screen and (max-width: 520px) {
	ul.bjqs-controls.v-centered li.bjqs-prev a,ul.bjqs-controls.v-centered li.bjqs-next a {
  		display: none;
  	}
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 400px;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display:inline;
}
ol.bjqs-markers li a {
	display:inline-block;
}
.bjqs img {
	width: 100%;
}
p.bjqs-caption {
	text-align: left;
	display:block;
	width:75%;
	height: auto;
	margin-left: -7px;
	position:relative;
	color: white;
	margin-top: 2px;
	line-height: 1.1;
	font-family: Verdana;
	font-size: 20px;
	color: #F7E7AE;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
@media screen and (max-width: 520px) {
	p.bjqs-caption {
  		width:99%;
  	}
}
@media screen and (max-width: 400px) {
	p.bjqs-caption {
  		line-height: 1.3;
  	}
}
#banner-fade, #banner-slide {
	background-color: black;
}
ul.bjqs-controls.v-centered li a {
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}
.bjqs-markers {
	display: none;
}
