﻿
.bxslider {
	list-style: none;
}
/*.bxslider li {
	height: 400px;
} */

.bx-wrapper {
	max-height: 315px;
}

.slideText {
	vertical-align: top;
	margin-bottom: 20px;
}

.slideImage {
	width: 70%;
	height: 55%;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
}


.slideWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.thumbnailItem {
	width: 120px !important;
	cursor: pointer;
}

.promoThumbnail {
	display: inline-block;
	border: 1px solid #b5d7fb;
	width: 100px !important;
}

a.active > img.promoThumbnail {
	border: 1px solid blue !important;
}

#carouselList {
	margin-left: auto;
	margin-right: auto;
}

.flex-direction-nav a {
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 800px) {
	#carousel {
		display: none !important;
	}

	.slideImage {
		width: 80%;
		height: auto;
		text-align: center;
		vertical-align: top;
		margin: auto;
	}

	.flex-next {
		position: absolute;
		transform: translateY(100px);
		/* Adjust other styles for the next button if needed */
	}

	.flex-prev {
		position: absolute;
		transform: translateY(100px);
		/* Adjust other styles for the next button if needed */
	}
}
