.geek-layer-slider a {
	text-decoration: none;
}

/*override bootstrap carousel*/
.geek-layer-slider {
	position: relative;
}
.geek-layer-slider .loading-wrapper {
	display: none;
	position: relative;
	margin: 0 auto;
}
.geek-layer-slider .loading-gif {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
	width: 100px;
	height: 100px;
	background: url("images/loading.gif") center center no-repeat transparent;
}
.geek-layer-slider .carousel-control {
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	z-index: 99;
	text-indent: -9999px;
}

.geek-layer-slider:hover .carousel-control {
	opacity: 0.4;
}
.geek-layer-slider .carousel-control:hover {
	opacity: 1;
}
.geek-layer-slider .carousel-control.left {
	background: url("images/arrow-left.png") center no-repeat #333;
}
.geek-layer-slider .carousel-control.right {
	background: url("images/arrow-right.png") center no-repeat #333;
}

.geek-layer-slider .hide {
	display: none;
}

.geek-layer-slider .carousel-indicators li {
	margin: 3px 3px;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255,255,255, 0.9);
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	list-style: none !important;
}
.geek-layer-slider .carousel-indicators li.active {
	margin: 0 3px;
	width: 20px;
	height: 20px;
	cursor: default;
}

.carousel-fade .carousel-inner .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
.carousel-fade .carousel-inner .item > .item-inner{
	margin: 0 auto;
	padding: 0;
}

/*carousel fade effect*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.geek-layer-slider-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*Responsive breakpoints*/
/*Based on BS5 breakpoints*/
/* https://getbootstrap.com/docs/5.3/layout/breakpoints/ */
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.jg-none {
	display: none !important;
}
.invisible {
	visibility: hidden !important;
}
@media (max-width: 575.98px) {
	.jg-visible-mobile { display: block !important; }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.jg-visible-mobile { display: block !important; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.jg-visible-tablet { display: block !important; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.jg-visible-desktop { display: block !important; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }