.flexible-db-banner .slides {
	position: relative;
	margin-bottom: 50px;
}

.flexible-db-banner .slides:before {
	content: '\00a0';
	padding-top: 16.5%;
	padding-bottom: 16.5%;
	display: inline-block;
	font-size: 0;
	width: 0;
	height: 0;
}

.flexible-db-banner .slides .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flexible-db-banner .slides .slide:first-of-type {
	width: 100%;
	z-index: 2;
}

.flexible-db-banner .slides.transitions-on .slide {
	transition:  1s;
	width: 100%;
}


.flexible-db-banner .slides .slide.visible {
	opacity: 1;
	z-index: 4;
}

.flexible-db-banner .slides .slide.invisible {
	opacity: 0;
}

.flexible-db-banner .slides .slide-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.shiner-show .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	z-index: 10;
}
.shiner-show .dots .dot {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	margin: 10px;
	border: solid white 2px;
}
.shiner-show .dots .dot.current {
	background-color: white;
}

.shiner-show .advance, .shiner-show .previous {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	color: white;
	font-size: 50px;
	cursor: pointer;
	text-shadow: black 2px 2px;
}
.shiner-show .advance {
	right: 20px;
}
.shiner-show .previous {
	left: 20px;
}

/* added by Maxwell Tapp for bottom bar nav functionality */
.flexible-db-banner{
    padding-bottom: 6px;
}
.shiner-show{
	.dots{
		width: auto;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -56px;

		.dot{
			width: 16px;
			height: 16px;
		}
	}
	.advance{
		position: absolute;
		transform: none;
		top: auto;
		bottom: -42px;
		font-size: 30px;
	}
	.previous{
		position: absolute;
		transform: none;
		top: auto;
		bottom: -42px;
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.flexible-db-banner .slides{
		margin-bottom: 30px
	}
	.shiner-show .dots{
		bottom: -44px;
	}
	.shiner-show .advance{
		bottom: -30px;
	}
	.shiner-show .previous{
		bottom: -30px;
	}
}