/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.slideshow {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: -105px 0 0 0;
	z-index: 1;
	position: relative;
}
.slideshow-video {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
	z-index: 1;
	position: relative;
}

ul.slider,
ul.slider li {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	min-height: 440px;
	overflow: hidden;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

ul.slider li img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	float: left;
}
ul.slider li.slide div {
	background-color: rgba(255, 255, 255, 0.75);
	font-family: "Open Sans", Georgia, Arial, Helvetica, sans-serif;
	position: absolute;
	text-align: center;
	font-size: 20px;
	color: #333;
	padding: 10px;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	color: #005684;
}
ul.slider li.slide:hover div {
	display: block !important;
}
/* START - Dataslide */
ul.slider li.dataslide {
	background-color: #777;
	position: relative;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.slider li.dataslide h1 {
	
		max-width: 550px;
		color: var(--kollasymptom-blue);
}
/* ul.slider li.dataslide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/swosh.png");
} */
ul.slider li.dataslide div {
	text-align: left;
	padding: 20px 0;
	color: #000;
	overflow: hidden;
	width: 64%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 1.4s ease;
	z-index: 100;
	font-size: 25px;
	font-weight: bold;
	line-height: 32px;
	margin-left: 7%;
}
ul.slider li.dataslide div span {
	padding-top: 15px;
	display: block;
	width: 100%;
}

ul.slider li.active-slide div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 10%;
}
/* SLUT - Dataslide */

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 999;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 16px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #8f9d9e;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003a8e;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper:hover .bx-prev:before {
	position: relative;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	content: "\f104";
}
.bx-wrapper:hover .bx-next:before {
	position: relative;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	content: "\f105";
}
.locations .bx-wrapper .bx-prev:before,
.locations .bx-wrapper .bx-next:before {
	font-size: 25px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	line-height: 60px;
	outline: 0;
	font-size: 0px;
	width: 40px;
	height: 55px;
	z-index: 999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.bx-wrapper .bx-prev {
	left: 25px;
}
.bx-wrapper .bx-next {
	right: 25px;
}
.locations .bx-wrapper .bx-prev {
	left: -50px;
}
.locations .bx-wrapper .bx-next {
	right: -50px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #312820;
	background-color: rgba(49, 40, 32, 0.5);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
}

@media all and (max-width: 960px) {
	ul.slider li.dataslide div span {
		font-size: 21px;
		line-height: 27px;
		padding: 0;
	}
}
@media all and (max-width: 550px) {
	ul.slider,
	ul.slider li {
		min-height: 300px;
	}
	ul.slider li.dataslide {
		/* padding-top: 50px; */
		height: 350px;
	}
	ul.slider li.dataslide div span {
		font-size: 16px;
		line-height: 25px;
		padding: 0;
	}
	ul.slider li.dataslide div h1 {
		font-size: 30px;
		line-height: 25px;
	}
	ul.slider li.dataslide div {
		width:100%;
		margin-left:0;
		padding: 0 7%;
	}

	.bx-wrapper:hover .bx-prev:before {
		position: relative;
		left: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 40px;
		color: #fff;
		content: "";
	}
	.bx-wrapper:hover .bx-next:before {
		position: relative;
		left: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 40px;
		color: #fff;
		content: "";
		display: block;
	}
}
