/* bxSlider.css - HTML5Blank-child */
div.bx-wrapper {
	margin-bottom: 0;
	border: 0;
}

.bx-viewport {
	border: 0;
	left: 0;
	box-shadow: none;
}



/* The bottom of Slider  */
.bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

div#large_banner, div.slideshowContainer {
	width: 100vw;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

div#large_banner img, div.slideshowContainer div.bx-wrapper div.bx-viewport ul.bxslider li.slideShow img {
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #88888880;
	width: 27px;
	height: 27px;
	border-radius: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-image: url("/wp-content/uploads/2018/11/PurpleValve_smaller.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
/* 	width: 25px; */
	height: 27px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0;
	position: absolute;
	height: 50px;
	/*FIXME this isnt really right way*/
	left: 30%;
	display: block;
}

.bx-pager {
	/*    border-width: 4px;
	border-style: solid;
	background-color: red;
	border-color: green;*/
	position: absolute;
	display: block;
	bottom: 0;
}

.bx-default-pager {
	position: absolute;
	display: block;
	bottom: 0;
	/*    background-color: red;*/
}

ul.bxslider img {
	width: 100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0;
	position: absolute;
	height: 50px;
	/* FIXME this isnt really right way*/
	left: 30%;
	display: block;
}

.bx-pager {
	/*    border-width: 4px;
	border-style: solid;
	background-color: red;
	border-color: green;*/
	position: absolute;
	display: block;
	bottom: 0;
}

.bx-default-pager {
	position: absolute;
	display: block;
	bottom: 0;
	/*    background-color: red;*/
}

ul.bxslider img {
	width: 100%;
}
/* Responsive Section End */
@media all and (max-width: 768px) {
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		left: auto;
	}
}
/* Responsive Section End */
