div#footer fieldset {
    border: none;
    padding: 0px;
}

.mlist-header {
    display: none;
}

.wrapper.leftWrapper {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 1.083vw;
}


.footer_wrapper.wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 1vw;
}

div#footer .socials a {
    text-decoration: none;
    color: #000;
    padding-right: 1vw;
}

div#footer .socials a.icon-soundcloud {
    font-size: 1.6vw;
}

div#footer .socials a:hover,
div#footer .copyright a:hover {
    opacity: 0.5;
}

div#footer .socials {
    margin-bottom: 1.333vw;
}

.copyright a,
.copyright {
    font-size: 0.6666vw;
    letter-spacing: 0.0166vw;
    line-height: 0.8333vw;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'suisse_intlsemi_bold';
}

.copyright {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {

    .footer_wrapper.wrapper {
        width: 100%;
    }

    .follow-block {
        width: 100%;
    }

    div#footer .socials {
        text-align: center;
        margin-bottom: 30px;
    }

    div#footer .socials a {
        padding-right: 10px;
    }

    .copyright a,
    .copyright {
        font-size: 8px;
        letter-spacing: 0.2px;
        line-height: 10px;
    }

    div#footer .socials a.icon-soundcloud {
        font-size: 20px;
    }

    .copyright {
        width: 81%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 27px;
    }

    .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 27px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait) {
    a.icon-youtube {
        font-size: 2vw;
    }
}

@media only screen and (max-width: 932px) and (orientation: landscape) {
    a.icon-youtube {
        font-size: 2vw;
    }

    a.icon-mail img {
        max-width: 2.2vw;
        max-height: 2.2vw;
    }

    .copyright a,
    .copyright {
        font-size: 7px;
    }

    .copyright span.pp {
        display: none;
    }
}


@media screen and (min-width:1920px) {
    div#footer .socials a.icon-soundcloud {
        font-size: 1vw;
    }
}