.backstretch {
    opacity: 0.7;
}


#socials {
    width: 325px; height: auto; margin: auto; position: fixed;
    top: 20px; left: 20px;
}
#socials a {
    float: left; width: 30px; margin-right: 15px;
}
#socials * {
    transition: all 1s ease; -webkit-transition: all 1s ease;
}
#socials a.last {
    margin-right: 0px;
}
#socials a img {
    float: left; width: 30px; height: auto;
}

#subline {
    position: fixed; bottom: 20px; left: 20px; color: #FFF;
    text-transform: uppercase; font-size: 12px;
}
#subline a {
    color: #FFF; text-decoration: underline;
}