@import "bootstrap.min.css";
@import "flaticon.css";
@import "animate.css";
@import "font.css";

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-bold-webfont.woff') format('woff'),
    url('../fonts/lato-bold-webfont.ttf') format('truetype'),
    url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-light-webfont.woff') format('woff'),
    url('../fonts/lato-light-webfont.ttf') format('truetype'),
    url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'latolight', sans-serif;
    background: #101010;
    color: #f7f7f7;
    margin-bottom: 60px;
    font-size:12px
}

a{color:#fff;}

a:hover, a:focus, button {
    outline: none;
    text-decoration: none;
    color: #c59226;
    cursor: pointer;
}


.container-pad {
    margin: 40px 0;
}

.padding-20 {
    padding: 0 15px;
}

.push-up-80 {
    margin-top: 60px !important;
}

.push-up-30 {
    margin-top: 30px !important;
}

.push-up-20 {
    margin-top: 20px !important;
}

.push-up-10 {
    margin-top: 10px !important;
}

.push-down-30 {
    margin-bottom: 30px !important;
}

.push-down-20 {
    margin-bottom: 20px !important;
}

.push-down-10 {
    margin-bottom: 10px !important;
}

.pull-top {
    margin-top: 0;
}

.clientTitle h1 {
    color: #1bb0a8;
    font-size: 52px;
}

.team h1 {
    color: #fff;
    font-size: 52px;
}

.team h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5%;
}

.clientsInner img {
    width: 100%;
    position: absolute;
    top: -100%;
    height: auto;
    transition: top 0.5s ease;
}

.clients {
    position: relative;
    width: 100%;
}

.clients:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.clientsInner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid #252525;
}

.clientsInner:hover img {
    top: 0%;
    cursor: pointer;
}

.closed {
    position: absolute;
    top:0;
    right: 30px;
    background: url("../img/assets/closed.png") no-repeat;
    width: 30px;
    height: 63px;
    background-size: contain;
}

footer {
    padding: 30px;
    margin: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}

footer a {
    color: #FFF;
    margin-right: 20px;
    vertical-align: middle;
}

footer a i {
    color: #f3d456;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding-right: 5px;
}

footer span {
    color: #fff;
    padding-right: 5px;
    font-size: 14px;
}

footer span:hover {
    color: #c59226;
}

.ft {
    border-top: 1px solid #535353;
    padding-top: 5px;
}

.ft-logo {
    background: url("../img/assets/Eka-Metal-Logo.png") no-repeat;
    background-size: contain;
    height: 44px;
    width: 135px;
    margin: -20px auto 0 auto;
    display: block;
}

.copy {
    font-size: 12px;
}

.apollologo{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right:0;
    display: block;
}

@media screen and (max-width: 767px) {
    .ft {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    footer {
        font-size: 8px;
    }
}