.subscriptions {
    background-image: url(../img/handshake_opacity.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#subscriptions a:focus,
#subscriptions a:hover {
    text-decoration: none;
    color: #fff;
}

.download-button-subscriptions {
    color: #fff;
    background-color: #2B292E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.download-button-subscriptions:hover {
    color: #fff;
    background-color: #F68C32;
}

.download-button-subscriptions:active,
.download-button-subscriptions,
.open > .dropdown-toggle.download-button-subscriptions {
    background-image: none;
}