@import url('reset.css');
body{
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
}
.wrapper{
    position: relative;
    width: 100%;
      background: rgb(11,30,115);
  margin-bottom: 20px;
}
.wrapper p{
    clear: both;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.ei-slider{
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 413px;
    margin: 0 auto;
border-bottom: 16px solid #0a1e74;
    background: rgb(11,30,115);
}
.ei-slider-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:999;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    line-height: 400px;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
}
.ei-title{
    position: absolute;
    left: 10px;
  margin-left: 1%;
    top: 5%;
  width: 50%;
  max-width: 45%;
}
.ei-title h2, .ei-title h3{
    text-align: left;
}
.ei-title h2{
    font-size: 320%;
    line-height: 40px;
    font-family: 'lato', serif;
    color: #FFF;
  background-color: rgb(235,148,33);
  background-color: rgba(235,148,33,.8);
  padding: 5px 10px 10px 0px;
  margin-left:-35px;
  font-weight: bold; text-shadow:1px 2px 2px #000;
text-align:right;
}
.ei-title h3{
    margin-top: 5px;
    font-size: 120%;
    line-height: 24px;
    font-family: 'lato', sans-serif;
    color: #FFF;
    letter-spacing: 0.03em;
  font-weight: bold;
  -moz-box-shadow: 5px 5px 5px rgba(0,48,101,.7);
-webkit-box-shadow: 5px 5px 5px rgba(0,48,101,.7);
box-shadow: 5px 5px 5px rgba(0,48,101,.7); background: rgb(0,48,101); background: rgba(0,48,101,.7); padding: 5px 5px 5px 10px; text-shadow:-1px 2px 3px #000;
}
.ei-title a {color:#eb9421;}
.ei-slider-thumbs{
    height: 13px;
    margin: 0 auto;
    position: relative;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
    top: 0px;
    left: 0px;
    padding-top: 2px;
    padding-left: 2px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: rgba(255,255,255,0.9);
}
.ei-slider-thumbs li a{
    display: block;
    font-family: 'lato', arial, helvetica, sans serif;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    text-indent: 0px;
    font-size: 90%;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b1e73;
    background: rgb(11,30,115);
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
    .ei-title{
        position: absolute;
        right: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: 10px;
        background: #fff;
        background: rgba(10,30,116,0.6);
        padding: 5px 0;
    }
    .ei-title h2, .ei-title h3{
        text-align: center;
    }
    .ei-title h2{
        font-size: 200%;
    }
    .ei-title h3{
        font-size: 120%;
    text-transform: none;
    }
}