/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/

.slider {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
}
        
        .slides {
                height: 100%;

                /* Simple clear fix */
                overflow: hidden;
                
                /**        
                 * Prevent blinking issue
                 * Not tested. Experimental.
                 */
                -webkit-backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;

                /**
                 * Here is CSS transitions 
                 * responsible for slider animation in modern broswers
                 */
                -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        }
        
                .slide {
                        height: 100%;
                        float: left;
                        clear: none;
                }
				.slide p{
                       padding:5px;
                }

        .slider-arrows {}

                .slider-arrow {
                        position: absolute;
                        display: block;
                        padding: 0px;
                        font-size: 20px;
                        font-size: 20px;
                }
                .slider-arrow:hover{text-decoration:none;}
                        .slider-arrow--right { bottom: -5px; right: 0px; }
                        .slider-arrow--left { bottom: -5px; left: 0px; }


        .slider-nav {
                position: absolute;
                bottom: 30px;
        }

                .slider-nav__item {
                        width: 12px;
                        height: 12px;
                        float: left;
                        clear: none;
                        display: block;
                        margin: 0 5px;
                        background: #fff;
                }

                                .slider-nav__item:hover { background: #ccc; }
                                .slider-nav__item--current { background: #ccc; }
/*
     FILE ARCHIVED ON 04:21:29 Jul 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:31:19 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.988
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.044
  esindex: 0.005
  cdx.remote: 16.019
  LoadShardBlock: 120.232 (3)
  PetaboxLoader3.datanode: 136.959 (5)
  PetaboxLoader3.resolve: 70.54 (3)
  load_resource: 142.603 (2)
*/