/* ======================================================================================================================================================
Slideshow Fullscreen
====================================================================================================================================================== */

.stel-fullscreen-slider {border-top:none;}
.stel-fullscreen-slider .stel_loading_icon{position: absolute;}
.stel-fullscreen-slider .stel-slideshow{margin: 0; height:1500px; height:100vh; min-height: 250px;}
.stel-fullscreen-slider .stel-slideshow-inner{width:100%; height:100%; position: absolute;
	
-ms-perspective: 1000px; /*fixes: ie11 css flicker of following elements on transition*/
-ms-backface-visibility: hidden;	
}

.stel-fullscreen-slider .stel-slideshow>ul>li{width:100%; height:100%;
background-size: cover;
background-position: center center;
}

.stel-fullscreen-slider .stel-slideshow[data-image_attachment="fixed"]>ul>li{
	background-attachment: fixed;
}


.stel-fullscreen-slider .stel-slide-wrap{display:block; width:100%; height:100%;}
.stel-fullscreen-slider .caption_container{height:100%;}
.stel-fullscreen-slider .caption_right{text-align: right;}
.stel-fullscreen-slider .caption_bottom .slideshow_caption{bottom:40px;}

.stel-fullscreen-slider .stel-slideshow-controls a, .av-control-minimal .stel-slideshow-controls a{opacity: 0; filter: alpha(opacity=00);}
.stel-fullscreen-slider:hover .stel-slideshow-arrows a, .stel-fullscreen-slider:hover .stel-slideshow-dots a:hover, .av-control-minimal:hover .stel-slideshow-arrows a, .av-control-minimal:hover .stel-slideshow-dots a:hover{opacity: 1; filter: alpha(opacity=100);}
.stel-fullscreen-slider:hover .stel-slideshow-dots a, .av-control-minimal:hover .stel-slideshow-dots a{opacity: 0.8; filter: alpha(opacity=80);}







.av-slider-scroll-down-active .stel-slideshow-dots a{bottom: 80px;}



@media only screen and (max-width: 767px) {
.stel-fullscreen-slider .stel-slideshow{min-height: 150px;}
.caption_right .slideshow_align_caption {
	text-align:right;
}
}
