/* footer container */
.footer-container {
    padding: 0 !important;
    width: 79.6%;
}
.footer-container .footer .links {
    width: 25%;
    padding: 0px;
    margin: 0;
    padding-right: 10px;
    margin-bottom: 30px;
}
.footer-container .footer .links:last-of-type {
    padding-right: 0;
}
.footer-container .footer .block-subscribe {
    width: 250px;
}
.footer-container .footer:before {
    content: '';
    display: table;
    overflow: hidden;
    clear: both;
}
.footer-container .footer {
    font-family: Roboto;
    color: #000;
    border: none;
    border-top: none;
    padding-top: 25px;
}
.footer-container .footer .links {
    text-transform: none;
}
.footer-container .footer .links a {
    color: #000;
}
.footer-container .footer .links a:hover {
    color: #666;
}
/* footer newsletter */
.footer-newsletter-container {
    width: 100%;
    background: #000;
}
.footer-newsletter-container:after {
    content: '';
    clear: both;
    display: table;
    overflow: hidden;
}
.footer-newsletter-container p {
    font-family: "Roboto Regular";
    font-size: 13px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.footer-newsletter-container p span {
    font-family: "Roboto Black";
    color: #fcef00;
}
.follow-us, .footer-social-media, .footer-newsletter {
    float: left;
}
.follow-us {
    width: 15%;
    padding-top: 20px;
    padding-left: 20px;
}
.follow-us p {
    color: #FFF;
}
.footer-social-media {
    width: 35%;
    padding-top: 20px;
}
.footer-newsletter {
    width: 35%;
    padding-top: 3px;
    height: 60px;
    float: right;
}
.footer-newsletter-container input[type="email"] {
    border-radius: 15px;
}
.footer-social-media ul li {
    list-style: none outside none;
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 30px;
}
.footer-social-media ul li a:hover {
    opacity: 0.7;
}
.footer-newsletter .block-title, .footer-newsletter .form-subscribe-header {
    display: none;
}
.footer-newsletter .input-box, .footer-newsletter .block .actions .button {
    float: left;
    margin-top: 0px;
}
.footer-newsletter .input-box {
    width: 100%;
}
.footer-container .block-title {
    border: none;
}
.footer-container .block-title strong {
    font-family: Roboto Bold;
    color: #000;
}

.payment-method-list li {
    float: left;
    margin-right: 0 !important;
    width: 25%;
    padding: 0 5px !important;
    height: 22px;
}

.payment-method-list li a {
    display: inline-block;
    vertical-align: middle;
}

.payment-method-list li img {
    margin: 0 auto;
    width: 100%;
}

input#newsletter {
    font-size: 14px;
    font-family: Roboto;
    padding: 0 20px;
    line-height: 30px;
    width: 100%;
}
input#newsletter::-webkit-input-placeholder {
    color: #a5adb5;
}

input#newsletter:-moz-placeholder { /* Firefox 18- */
    color: #a5adb5;  
}

input#newsletter::-moz-placeholder {  /* Firefox 19+ */
    color: #a5adb5;  
}

input#newsletter:-ms-input-placeholder {  
    color: #a5adb5;  
}
.footer-newsletter .block .actions .button:before {
    content: '';
    background: url('../images/icon/newsletter.png') no-repeat center center;
    height: 17px;
    width: 23px;
    display: block;
}
.footer-newsletter .block .actions .button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    padding: 0;
    background: none;
}
.footer-newsletter .block .actions .button span {
    display: none;
}
#newsletter-validate-detail {
    position: relative;
}
.footer-newsletter .block-subscribe {
    margin-bottom: 0;
    float: right;
    margin-right: 30px;
    width: 100%;
}

address.copyright {
    padding-top: 0 !important;
    border: none !important;
    color: #000 !important;
    font-family: Roboto Black;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0 !important;
}

@media only screen and (max-width: 1259px) {
    .footer-newsletter-container p{
        width: 500px;
        padding-top: 11px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-newsletter-container p{
        width: 430px;
    }
}

@media only screen and (min-width: 960px) {

    .payment-method-list li {
        width: auto;
    }
}
@media only screen and (max-width: 959px) {
    .footer-container {
        width: 100%;
        padding: 0 20px !important;
    }
    .footer-newsletter-container .follow-us {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-newsletter-container p{
        width: 350px;
    }
    .footer-newsletter-container .follow-us {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 639px) {
    .footer-newsletter-container p{
        width: auto;
    }
    .footer-container .footer .links {
        width: 50%;
        margin-right: 0 !important;
    }

    .footer-newsletter-container .follow-us {
        width: 30%;
        margin-right: 0;
    }

    .footer-social-media {
        width: 70%;
    }

    .footer-newsletter {
        width: 100%;
        clear: both;
        float: none;
        padding: 0 20px;
    }

    .footer-newsletter .block-subscribe {
        margin: 0;
    }
}

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

    .footer-container .footer .links {
        width: 100%;
        padding-right: 0 !important;
    }

    .payment-method-list li {
        width: auto;
    }

    .footer-newsletter-container .follow-us {
        width: 36%;
        font-size: 12px;
    }

    .footer-social-media {
        float: right;
        width: 60%;
    }

    .footer-newsletter {
        padding: 0 10px;
    }

    .footer-social-media ul li {
        margin-right: 20px;
    }
}