/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 16 August 2015 23:22:49
*/


.ei-slider{
    position: absolute;
    width: 100%;
    x-max-width: 1920px;
    max-width: 100%;
    x-height: 70%;
    height: 83%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.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;
    margin:0;
}
.ei-slider-large li{
    position: absolute;
    x-top: 32px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
}
.ei-title{
    position: absolute;
}

.ei-title a{
    font-weight: bold;
}
.ei-title.topleft{
    right: 50%;
    margin-right: 13%;
    top: 15%;
}

.ei-title.topleft h2, .ei-title.topleft h3 {
    text-align:right;
}

.ei-title.topcentre{
    top: 12%;
    left: 15%;
    right: 15%;
}

.ei-title.midcentre{
    top: 15%;
    left: 15%;
    right: 15%;
}

.ei-title h2:nth-of-type(2), .ei-title h2:nth-of-type(3){
  font-size: 20px;
}


.ei-title.midleft{
    right: 50%;
    margin-right: 3%;
    top: 15%;
    margin-left: 9%
}

.ei-title.midleft h2, .ei-title.midleft h3, .ei-title.midleft a {
    text-align:right;
}

.ei-title.midleft .moreLinks, .ei-title.topleft .moreLinks{
 float:right;
 
}

.ei-title.midright{
    right: 8%;
    margin-right: 13%;
    top: 30%;
}

.ei-title.midright h2, .ei-title.midright h3, .ei-title.midright a {
    text-align:left;
}

.ei-title.topcentre h2, .ei-title.topcentre h3,.ei-title.topcentre a, .ei-title.midcentre h2, .ei-title.midcentre h3, .ei-title.midcentre a {
    text-align:center;
}

.ei-title.topright{
    right: 10%;
    margin-right: 13%;
    top: 15%;
}

.ei-title.topright h2, .ei-title.topright h3 {
    text-align:left;
}

.ei-title.bottomleft{
    right: 50%;
    margin-right: 13%;
    top: 75%;
}

.ei-title.bottomleft h2, .ei-title.bottomleft h3 {
    text-align:right;
}


.ei-title.bottomcentre{
    top: 75%;
    left: 25%;
    right: 25%;
}

.ei-title.bottomcentre h2, .ei-title.bottomcentre h3 {
    text-align:center;
}

.ei-title.bottomright{
    right: 10%;
    margin-right: 13%;
    top: 75%;
}

.ei-title.bottomright h2, .ei-title.bottomright h3 {
    text-align:left;
}


.ei-title h2, .ei-title h3{
    text-align: right;
    margin:0;
    font-weight:normal;
}
.ei-title h2{
    font-size: 40px;
    line-height: 50px;
    color: #005daa;
    font-family: klavika-light, Helvetica Neue, Arial, sans-serif;
}

.ei-title.lightBL h2{
    color: #1991F5;
}

.ei-title.darkBL h2{
    color: #005daa;
}

.ei-title.white h2{
    color: #FFF;
}

.ei-title.black h2{
    color: #000;
}
.ei-title h3{
    font-size: 50px;
    line-height: 50px;
    color:#333; 
    font-family:klavika-light, Helvetica Neue, Arial, sans-serif;

}

.ei-title.darkBL h3{
    color: #005daa; 
}

.ei-title.lightBL h3{
    color: #1991F5; 
}

.ei-title.white h3{
    color: #FFF; 
}

.ei-title a{
    color: #1991F5;
}

.ei-title a:hover{
    color: #005daa;
}

.ei-title a:hover .thinSVG{ 
    stroke: #005daa;
}

.ei-title div{
    display:block;
    text-align:center;
    margin-top: 10px;
    font-size: 1.3em;
    color: #1991F5;
}


.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;
    position: absolute;
    height: 70%;
    z-index: 10;
    text-indent: -9000px;
    background: #023764;
    x-background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
    display: block;
    text-indent: -9000px;
    background: #ADB1B4;
    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;
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
 

.ei-title.topcentre {
top: 12%;
left: 0%;
right: 0%;
}

.ei-title h2,.ei-title.darkBG h2{
    font-size:30px;
    line-height: 40px;

}

.ei-title h3,.ei-title.darkBG h3{
    font-size: 35px;
    line-height: 40px;

}
}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.ei-slider{
    height: 96%;
}
 .ei-slider-large li img {
   width: 100%;
   margin-right: 0px;
   min-height:1024px;
   min-width: 768px;
 }

 .ei-title.bottomcentre, .ei-title.topcentre{
    left: 5%;
    right: 5%;
 }
.ei-title.topcentre {
top: 15%;

}
 .ei-title h2,.ei-title.darkBG h2{
    font-size: 30px;
    line-height: 45px;
 }

.ei-title h3, .ei-title.darkBG h3{
     font-size: 45px;
    line-height: 50px;
 }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.ei-slider{
    height: 84%;
} 
 .ei-slider-large li img {
   width: 100%;
   x-margin-right: -307px;
 
   min-width: 100%;
   min-height:100%;

 }

 .ei-title.bottomcentre, .ei-title.topcentre{
    left: 10%;
    right: 10%;
 }

 .ei-title.topcentre{
   top:15%;
 }

 .ei-title h2,.ei-title.darkBG h2{
    font-size: 35px;
    line-height: 35px;
 }

 .ei-title h3, .ei-title.darkBG h3{
    font-size: 45px;
    line-height: 50px;
 }

}

/* Medium Desktops */
@media only screen and (min-width : 1440px) {
.ei-slider{
    height: 83%;
}
 .ei-title.bottomcentre, .ei-title.topcentre{
    left: 10%;
    right: 10%;
 }

.ei-title.topcentre{
 top:15%;
}


 .ei-title h2,.ei-title.darkBG h2{
    font-size: 35px;
    line-height: 35px;
 }

 .ei-title h3, .ei-title.darkBG h3{
    font-size: 45px;
    line-height: 50px;
 }

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px) {
.ei-slider{
    height: 83%;
}
.ei-slider-large li img {
  margin-right: -58px;
   width:100%;
   max-height:100%;
   min-height:100%;
   min-width: 1920px;
}

.ei-title.topcentre{
 top:11%;
}

 .ei-title.bottomcentre, .ei-title.topcentre{
    left: 10%;
    right: 10%;
 }

 .ei-title h2,.ei-title.darkBG h2{
    font-size: 40px;
    line-height: 50px;
 }

 .ei-title h3, .ei-title.darkBG h3{
    font-size: 50px;
    line-height: 50px;
 }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 679px) {
.ei-slider{
    position: absolute;
    width: 100%;
    x-max-width: 1920px;
    max-width: 100%;
    x-height: 70%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

ei-slider-thumbs{
 x-display:none;
}
.ei-title div {
    margin-top: 0px;
    font-size: 1em;

}
 .ei-title h2,.ei-title.darkBG h2{
    font-size: 30px;
    line-height: 45px;
 }

.ei-title h3, .ei-title.darkBG h3{
     font-size: 25px;
    line-height: 30px;
 }
}