.footer-outer-wrap {
    background-color: #262626;
    padding: 30px 0 0;
    margin-top: 250px;
    position: relative;
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.footer-outer-wrap .wrapper {
    padding: 0;
    margin-top: 0;
    position: relative;
}

div#follow {
    width: 50%;
}

.footer_wrapper.wrapper {
    padding-top: 40px;
}

.socials,
.copyright {
    width: 50%;
}

.socials a {
    font-size: 23px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle;
}
.socials a:hover{
opacity: 1;
    color: #C3541C;
}

.socials a.icon-soundcloud {
    font-size: 35px;
    padding: 0;
}

.copyright {
    font-size: 10px;
    color: #E2E2D366;
    line-height: 1.8;
}

.copyright {
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding-bottom: 25px;
    font-size: 10px;
}

h2,
h2.wrapper {
    font-size: 46px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    color: #E2E2D3;
}

a {
    text-decoration: none;
    color:#E2E2D3;
}

.copyright a {
    font-size: 10px;
    color: #E2E2D366;
}

.rightimage {
    position: absolute;
    bottom: 0;
    right: 0%;
}

img {
    max-width: 100%;
    height: auto;
}

.rightimage img {
    width: 100%;
}

.mobFooterImg {
    display: none;
}

.deskFooterImg {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .mobFooterImg {
        display: block;
    }
    .deskFooterImg {
        display: none;
    }
    .footer-outer-wrap {
        margin-top: 25px;
    }
}