/**
* Author     : Alberto Gonzalez
*/
html, body, .container-fluid{
    height: 100%;
    min-height: 100%;
}
body{
    background-color: #000;
    color: #FFF;
    font-family: Karla, sans-serif;
}

.bor{
    border: 1px solid white;
}
a, a:hover, a:visited{
    color: #FFF;
}
#mainContent{
    padding: 15px 0 55px;

}
.contact > div{
    padding-top: 20px;
    text-align: right;
}

.contact .left, .contact .right{
    font-size: 3em;
    padding: 0;
    text-align: left;
}
.logo{
    height: 102px;
    background: url(../img/zonelogik.png) no-repeat 50% 0;
    margin-top: 10%;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    padding: 15px 0;
}
footer .sep{
    margin: 0 10px;

}

@media (max-width: 600px){
    #mainContent{
        padding-bottom: 70px;
    }
    .logo{
        margin-top: 50%;
    }
    footer {
        height: 70px;
        padding: 5px 0;
    }
    footer .sep{
        display: block;
        margin: 0;
    }
}
@media (max-height: 320px){
    .logo{
        margin-top: 25px;
    }
}

@media (min-width: 750px){
    #mainContent{
        padding-top: 55px;
    }

    .logo{
        margin-top: 30%;
    }
}

@media (min-width: 970px){
    .logo{
        margin-top: 250px;
    }
}