/**
 * Mega Carousel - General styles.
 *
 */
.fl-mega-carousel-wrapper {
	position: relative;
}
.fl-mega-carousel-wrapper .cycle-slide {
	position: relative !important;
	white-space: normal;
	vertical-align: top;
	opacity: 100 !important;
}
.fl-mega-carousel-wrapper .cycle-carousel-wrap .cycle-slide {
	position: relative !important;
	float: none !important;
}
.fl-mega-carousel-wrapper.show-navigations .fl-mega-carousel-navigation,
.fl-mega-carousel-wrapper.show-navigations .fl-mega-carousel-pager {
	display: block;
}



/**
 * Mega Carousel - Pager Navigation.
 *
 */
.fl-mega-carousel-wrapper .fl-mega-carousel-pager {
	display: none;
	margin: 0 -5px;
	line-height: 12px;
	text-align: right;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-pager span {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	font-size: 0px;
	background: #ddd;
	line-height: 0px;
	cursor: pointer;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-pager span.cycle-pager-active {
	background: #888;
}



/**
 * Mega Carousel - Arrow Navigation
 *
 */
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation {
	display: none;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .prev,
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .next {
	position: absolute;
	top: 50%;
	z-index: 1000;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .prev {
	left: 0;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .next {
	right: -1px;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .prev i,
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .next i {
	display: inline-block;
	transform: translateY( -50% );
	width: 40px;
	height: 40px;
	background: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	text-align: center;
	line-height: 100%;
	cursor: pointer;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .prev i::before,
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .next i::before {
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .prev i::before {
	content: '\f053';
}
.fl-mega-carousel-wrapper .fl-mega-carousel-navigation .next i::before {
	content: '\f054';
}
