﻿.kea-header {
    background-color: white;
    height: 73px;
    background-image: url(../../images/Home/kea/kot-logo-sm.png);
    background-position-x: 49px;
    background-position-y: 3px;
    background-repeat: no-repeat;
}

.kea-home-back {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 496px;
    /*background-image: url(../../images/Home/kea/home_back_layer.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.kea-home-front {
    width: 100%;
    height: 1000px;
    background-image: url(../../images/Home/kea/kot-logo-md.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*opacity:0.2;*/
    /*margin-bottom: -54px;*/
    z-index: 1000;
}

.kea-footer {
    background-color: white;
    min-height: 107px;
    border-top: 1px solid silver;
    margin-top: 50px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 27px;
}

.kea-logos {
    width: 440px;
    height: 64px;
    xborder: 1px solid red;
    /*background-image: url(../../images/Home/kea/Ministries_Finance_LabourLogo.png);*/
    background-image: url(../../images/Home/kea/Combined_logos.png);
    background-repeat: no-repeat;
}

.idika-logo {
    width: 125px;
    height: 60px;
    margin-left: 12px;
    xborder: 1px solid red;
    background-image: url(../../images/Home/LogoIDIKA-small.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container.body-content { padding-top:73px; }

