﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}
#full-screen-slider { width:100%; height:auto;  position:relative}
#slides { display:block; width:100%; height:auto; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; right:5%; bottom:30px; z-index:900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:4px; height:16px; float:left; margin-left:13px; border-radius:4px;margin-top:10px;  background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
    #pagination li.current {
        background: #06469f;
        height: 26px;
        margin-top: 0px;
    }

video#bgvid1 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url(../images/s1.jpg) no-repeat center center;
    background-size: contain;
}

video#bgvid2 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url(../images/s2.jpg) no-repeat center center;
    background-size: contain;
}

video#bgvid3 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url(../images/s3.jpg) no-repeat center center;
    background-size: contain;
}

video#bgvid4 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;

    background: url(../images/s4.jpg) no-repeat center center;
    background-size: contain;
}

video#bgvid5 {
    left: 0;
    bottom: 0;
    
    width: 100%;
    height: auto;
    background: url(../images/s5.jpg) no-repeat center center;
    background-size: contain;
}

video {
    display: block;
}