#top-bar {
    background: #5ea81e;
    padding: 10px 0;
    color: #fff;
    border-bottom: 2px solid #408a00;
    text-align: right;
}

#top-bar a {
    color: #fff;
}

#top-bar span.fa {
    margin-right: 10px;
}

#top-bar .link-contact {
    margin-right: 20px;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url('../images/greyzz.png');
}

header {
    background: #fff;
    min-height: 150px;
    border-bottom: 1px solid #eee;
    position: relative;
}

header #logo {
    top: 10px;
    position: relative;
}

header .ad-space {
    background: #eee;
    float: right;
    margin-top: 30px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

header .ad-space:hover {
    border-color: #5ea81e;
}

.content {
    margin-top: 40px;
}

.content h1 {
    font-size: 32px;
}

.content h2 {
    font-size: 24px;
}

.content p {
    line-height: 32px;
    color: #676767;
}

.pasi {
    margin-bottom: 50px;
}

.pas {
    background: #fff;
    padding: 23px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
    transition: all .2s linear 0s;
}

.pas:hover {
    border-color: #5ea81e;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.5);
}

.pas h2 {
    color: #5ea81e;
}

.mini-sep {
    height: 3px;
    border-radius: 1px;
    background: #5ea81e;
    width: 30px;
    margin: 10px auto;
}

.contact-form {
    background: #5ea81e;
    padding: 30px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contact-form label, .contact-form h2 {
    color: #fff;
}

img.email-sent {
    display: block;
    margin: 0 auto;
}

#sendMessage {
    width: 100%;
    background: #ffd60a;
    border: 2px solid #4d9410;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .2s linear 0s;
}

#sendMessage:hover {
    background: #ffb100;
    color: #fff;
 }

.link-phone {
    color: #5ea81e;
    font-weight: 600;
}

footer {
    background: #333;
    padding: 15px;
    color: #fff;
}

footer p {
    margin: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #5ea81e;
}

@media only screen and (min-width:960px){
    header #logo {
        position: absolute;
    }
}

@media only screen and (max-width:960px){
    header #logo img {
        display: block;
        margin: 0 auto;
    }

    .pas {
        margin-bottom: 10px;
    }

    .eco-img {
        display: block;
        margin: 10px auto;
    }

    #top-bar {
        text-align: center;
    }
}