#footer {
    background: #717171;
}

#footer h5 {
    color: #ffffff;
    line-height: 12px;
    letter-spacing: 1px;
}

#footer input {
    color: #ffffff;
}

#footer input::-webkit-input-placeholder {
    color: #ffffff;
}
#footer input::-moz-placeholder {
    color: #ffffff;
}
#footer input:-ms-input-placeholder {
    color: #ffffff;
}
#footer input:-moz-placeholder {
    color: #ffffff;
}

#footer .social-networks > ul{
    margin-left: -3px;
}
#footer .social-networks.add li {
    margin-right: 13px;
}
#footer .social-networks.add li:last-child {
    margin-right: 0;
}

#footer .footer-block {
    letter-spacing: 1px;
}

#footer .signup-form input {
    display: block;
    padding: 8px 10px;
    background: transparent;
    border: 1px solid white;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#footer .signup-form input[type=text] {
    width: calc(50% - 5px);
}
#footer .signup-form input#name-first {
    float: left;
    clear: left;
}
#footer .signup-form input#name-last {
    float: right;
    clear: right;
}

#footer .signup-form input[type=submit] {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;

    transition: all 0.2s, color 0.2s;
    -o-transition: all 0.2s, color 0.2s;
    -moz-transition: all 0.2s, color 0.2s;
    -webkit-transition: all 0.2s, color 0.2s;
}

#footer .signup-form input[type=submit]:hover {
    background: #454545;
    border: 1px solid #454545;
}


/* Mobile */
@media only screen and (max-width:767px) {
    #footer .footer-holder.product {
        padding: 20px 10px;
    }
}

/* Tablet */
@media only screen and (max-width:979px) and (min-width:768px) {
    #footer .footer-holder.product {
        padding: 20px;
    }
}

@media only screen and (max-width:979px) {

    #footer h5 {
        margin-bottom: 10px;
        font-weight: 100;
    }

    #footer .social-networks.add {
        margin-bottom: 10px;
    }

    #footer .footer-block {
        border-top: 1px solid #b7b9bb;
        border-bottom: 1px solid #b7b9bb;
    }

    #footer .footer-block:last-child {
        position: relative;
        top: -1px;
        margin-bottom: 30px;
    }

    #footer .footer-block h5 {
        padding: 14px 0;
        margin: 0;
        position: relative;
        cursor: pointer;
    }
    #footer .footer-block h5:after {
        content: url(../images/icon-down.svg);
        width: 15px;
        position: absolute;
        top: 15px;
        right: 0;
    }
    #footer .footer-block.visible h5:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #footer .footer-block ul {
        display: none;
    }

    #footer .footer-block.visible ul {
        display: block;
    }
}

/* Desktop */
@media only screen and (min-width:980px) {

    #footer h5 {
        margin-bottom: 30px;
        font-weight: 500;
    }

    #footer .footer-holder.product {
        max-width: 976px;
        margin:0 auto;
        padding: 35px 13px 55px;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #footer .social-networks.add {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: 20%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;

        /*margin-right: 25px;*/
    }
    #footer .contact-area {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        width: 30%;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;

        /*margin-right: 25px;*/
    }

    #footer .contact-area ul li {
        margin-bottom: 15px;
        height: 12px;
    }

    #footer .contact-area ul li:last-child {
        margin-bottom: 0;
    }

    #footer .contact-area .footer-block {
        float: left;
        /*width: calc(50% - 13px);*/
        width: 50%;
    }
    #footer .contact-area .footer-block:first-child {
        /*margin-right: 25px;*/
    }
    #footer .signup-form {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        width: 50%;
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding-left: 25px;
    }

    #footer .signup-form input {
        margin-bottom: 20px;
        font-weight: 100;
        font-family: 'GillSansMTStd';
    }


    #footer .signup-form input[type=text] {
        width: calc(50% - 13px);
        font-weight: 100;
        font-family: 'GillSansMTStd';
    }

    #footer .signup-form input[type=email] {
        width: calc(50% - 13px);
        float: left;
        clear: left;
        margin-bottom: 0;
    }

    #footer .signup-form input[type=submit] {
        width: calc(50% - 13px);
        float: right;
        clear: right;
        margin-bottom: 0;
    }
}

#newsletter-validate-detail .validation-failed{
    background: none !important;
}
#newsletter-validate-detail .validation-advice{
    display: none !important;
}
#newsletter-validate-detail input{
    font-family: 'GillSansMTStd' !important;
    font-weight: 100 !important;
}