body 
{

    background-image: url(./img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.elogo
{

    float: left;
    display: block;
    padding:20px;
}

#menubutton2
{
    float:right;
}

.emenu
{
    float:right;
}

.emenulogo
{
    display: block;
    float: right;
    padding: 10px;
}

#pagewidth
{
    background: transparent;
    box-shadow:none;
    position: relative;
}

.card1
{
    position: absolute;
    top:110px;
    left:-1%;
    
}

.card2
{
    position: absolute;
    top:-10px;
    left:33%;
    
}

.card3
{
    position: absolute;
    top:20px;
    left:69%;
    
}

.card4
{
    position: absolute;
    top:440px;
    left:-3%;
    
}

.card5
{
    position: absolute;
    top:300px;
    left:33%;
    
}

.card6
{
    position: absolute;
    top:480px;
    left:66%;
    
}
.card img
{
    transition: all .25s ease;
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
    transform: scale(0.9);
    z-index:-1;
    
}

.card img:hover 
{
    
    transform: scale(1);
    transition: all .25s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    z-index:100;

    
}

.card:hover > .card img
{
    
    transform: scale(1);
    transition: all .25s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    z-index:100;

    
}
    
.eyears
{
    position: relative;
    height: 50px;
    margin-top:550px;
    background:#fff;

}
.epartners
{
    background:#fff;
}


.ey1
{
    width: 16.4%;
    background: #19335B;
    height:50px;
    display: block;
    float: left;
    transition: all .25s ease;

}
.ey0
{
    width: 0.32%;
    background: #fff;
    height:50px;
    display: block;
    float: left;

}
.ey2{  background: #173967; }
.ey3{  background: #143F74; }
.ey4{  background: #10457F; }
.ey5{  background: #0D4A8A; }
.ey6{  background: #0A5096; }
.ey7{  background: #0855A1; }

.ey12:hover
{
    
    
}
.ey1:hover
{
    margin-top:-10px;
    height:60px;
}

.ey12
{
    padding:10px;
    color:#fff;
    font-weight:bold;
    font-size:120%;
    font-family: 'Merriweather', serif;
    ##border-right:#fff 3px solid;
    ##border-bottom:#fff 3px solid;

}

.images
{
    ##margin: 0px;
    padding: 0 90px;
}

.image img {
    
}

.newslist li a {
    margin-left: 60px;

}

