/* section background
/* -------------------------------------------------- */

#jSplash {
    position: relative;
    width: 100%;
    text-align: center;
}

section {
    padding: 90px 0 90px 0;
}

#section-welcome {
    margin-top: -90px;
}

#section-clients {
    background: url("../images/background/bg-3.jpg"/*tpa=http://www.bluefocusdigital.com/images/background/bg-3.jpg*/) top fixed;
}

@media only screen and (max-width: 640px) {
    #section-clients {
        background-size: cover;
    }
}

#info-address {
    background: url("../images/background/bg-3.jpg"/*tpa=http://www.bluefocusdigital.com/images/background/bg-3.jpg*/) top fixed;
}

#logo-full {
    background: #000;
    padding: 60px 0 60px 0;
}

#view-all-projects {
    background: #ffa200;
    padding: 60px 0 60px 0;
}

#section-about-us-2 {
    background: #f5f5f5;
    height: 100%;
}

#section-contact {
    background: url("../images/background/bg-4.jpg"/*tpa=http://www.bluefocusdigital.com/images/background/bg-4.jpg*/) top fixed;
}

.dark #section-about-us-2 {
    background: #222;
    height: 100%;
}

.dark #section-portfolio {
    background: #222;
}

.awards-pre {
    position: absolute;
    width: 30px;
    height: 150px;
    padding-top: 50px;
    left: -16px;
}

.awards-next {
    position: absolute;
    width: 30px;
    height: 150px;
    padding-top: 50px;
}

