/* Force hardware acceleration to prevent mobile rendering issues during scroll */
.delight_master_wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
}

.delight_master_wrapper .delight_image_slider .delight_mask{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position: relative;
}
.delight_master_wrapper .delight_image_slider{
	width: 100%;
	height: auto;
	max-width: 100%;
	display: inline-block;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery,
.delight_master_wrapper .delight_image_slider ul.delight_captions{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.delight_master_wrapper .delight_image_slider .current_caption{
	display: block;
	opacity: 1;
}
.delight_master_wrapper .delight_image_slider {
    border: 0px none;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.delight_master_wrapper .delight_image_slider.collapsed {
    height: 20px;
    border: none;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery {
	margin: 0!important;
    overflow: hidden;
    list-style-type: none!important;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_slide{
	position: relative;
	width: 10000%;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_fade{
	width: 100%;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery li::before,
.delight_master_wrapper .delight_image_slider ul.delight_gallery li::after,
.delight_master_wrapper .delight_image_slider ul.controls li::before,
.delight_master_wrapper .delight_image_slider ul.controls li::after {
	margin: 0!important;
	content: normal!important;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery li.slide {
	line-height: 0 !important;
	list-style-type: none!important;
	padding: 0em!important;
	margin: 0em!important;
	background-image: none !important;
	background-position: center center!important;
	background-size: cover!important;
    position: relative;
    display: none;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery li.slide img.image-inner{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.delight_gallery, .delight_gallery * {
	-webkit-tap-highlight-color:transparent;
    -webkit-user-select: text;  /* Allow touch interactions */
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    touch-action: pan-y;  /* Allow horizontal swipe gestures */
}


.delight_master_wrapper .delight_image_slider ul.delight_gallery li.slide .caption {
	line-height: normal!important;
	width: 100%;
	max-width: 100%;
	margin: 0.2em 0px!important;
	padding: 0;
	font-size: 80%!important;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_slide li.slide{
	height: auto;
	float: left;
	display: inline-block!important;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_fade li.slide{
	width: 100%!important;
	margin-right: -100%!important;
	position: relative;
	opacity: 0;
	display: block;
	float: left;
	z-index: 1;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_fade li.slide:first-of-type{
	opacity: 1;
	z-index: 2;
}

/* Auto fade mode - hardware acceleration for stacked absolute positioning */
.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_fade_auto li.slide{
	width: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: block;
	z-index: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity, z-index;
}

.delight_master_wrapper .delight_image_slider ul.delight_gallery.delight_fade_auto li.slide:first-of-type{
	opacity: 1;
	z-index: 2;
}

.delight_master_wrapper .delight_image_slider .controls {
	margin: 0.2em 0px!important;
	padding: 0 !important;
}

.delight_master_wrapper .delight_image_slider.collapsed .controls {
    display: none;
}

.delight_master_wrapper .delight_image_slider .controls .slide-control:hover,
.delight_master_wrapper .delight_image_slider .controls .skip-to.visible_slide_number {
    cursor: pointer;
}

.delight_master_wrapper .delight_image_slider .controls .slide-control {
	display: inline-block!important;
	width: auto!important;
	height: auto;
	padding: 0px 0.3em 0px 0px !important;
	text-align: center;
	margin: 0px 0.3em 0px 0px !important;
	border: 0px none;
	background-image: none !important;
	background-color: transparent;
	font-size: 80%!important;
}

.delight_master_wrapper .delight_image_slider .controls .slide-control.visible_slide_number{
	text-decoration: underline;	
}