
.jet-slider {
	position: relative;
}

.jet-slider__icon .jet-slider-icon-inner {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.jet-slider .jet-slider__icon {
	color: white;
	font-size: 40px;
	text-align: center;
}

.jet-slider .jet-slider__title {
	color: white;
	margin: 10px 0;
	text-align: center;
}

.jet-slider .jet-slider__subtitle {
	color: white;
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
}

.jet-slider .jet-slider__desc {
	color: white;
	font-size: 14px;
	margin: 10px 0 30px 0;
	text-align: center;
}

.jet-slider .jet-slider__button-wrapper {
	text-align: center;
}

.jet-slider .jet-slider__button-wrapper .jet-slider__button--primary {
	background-color: #6ec1e4;
}

.jet-slider .sp-image-container {
	position: relative;
}

.jet-slider .sp-image-container:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .2);
	content: "";
}

.jet-slider .sp-arrow {
	color: white;
	font-size: 30px;
	background-color: #6ec1e4;
}

.jet-slider .sp-full-screen-button {
	font-size: 16px;
	color: white;
}

.jet-slider .sp-buttons .sp-button {
	border-color: #6ec1e4;
	background-color: transparent;
}

.jet-slider .sp-buttons .sp-button.sp-selected-button {
	background-color: #6ec1e4;
}

.jet-slider .sp-buttons .sp-button:hover {
	background-color: #6ec1e4;
}

.jet-slider .sp-thumbnails .sp-thumbnail-container:hover:before {
	border: 2px solid #54595f;
}

.jet-slider .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before {
	border: 2px solid #6ec1e4;
}
